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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 熊??熊??B | 100011000100011000111111001111111000110001000110001111110011111101000010 | 8c463f3f8c463f3f42 |
EUC-JP | 熊??熊??B | 101101111010011100111111001111111011011110100111001111110011111101000010 | b7a73f3fb7a73f3f42 |
UTF-8 | 熊대륫熊대륫B | 11100111100001101000101011101011100011001000000011101011101001011010101111100111100001101000101011101011100011001000000011101011101001011010101101000010 | e7868aeb8c80eba5abe7868aeb8c80eba5ab42 |
UHC | 熊대륫熊대륫B | 11101010101010001011010011101011101110001010000111101010101010001011010011101011101110001010000101000010 | eaa8b4ebb8a1eaa8b4ebb8a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)