To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
SJIS-WIN | 苡??淫?~ | 1110010010001111001111110011111110001000111110100011111101111110 | e48f3f3f88fa3f7e |
EUC-JP | 苡??淫?~ | 1110011111101111001111110011111110110000111111000011111101111110 | e7ef3f3fb0fc3f7e |
UTF-8 | 苡얕ㅈ淫렧~ | 11101000100010111010000111101100100101101001010111100011100001011000100011100110101101111010101111101011101000001010011101111110 | e88ba1ec9695e38588e6b7abeba0a77e |
UHC | 苡얕ㅈ淫렧~ | 1110110010111110101111101110100010100100101110001110101111100010100011101011011001111110 | ecbebee8a4b8ebe28eb67e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)