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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ◆?訝? | 100000011001111100111111111001100110001000111111 | 819f3fe6623f |
EUC-JP | ◆?訝? | 101000101010000100111111111010111100001100111111 | a2a13febc33f |
UTF-8 | ◆룶訝룴 | 111000101001011110000110111010111010001110110110111010001010100010011101111010111010001110110100 | e29786eba3b6e8a89deba3b4 |
UHC | ◆룶訝룴 | 1010000111011111100011111010101111100100101110001000111110101001 | a1df8fabe4b88fa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)