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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 俄?h俄 | 100010011110001000111111011010001000100111100010 | 89e23f6889e2 |
EUC-JP | 俄?h俄 | 101100101110010000111111011010001011001011100100 | b2e43f68b2e4 |
UTF-8 | 俄녈h俄 | 11100100101111111000010011101011100001011000100001101000111001001011111110000100 | e4bf84eb858868e4bf84 |
UHC | 俄녈h俄 | 11100100101011011011001111100011011010001110010010101101 | e4adb3e368e4ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)