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 | 熊??鴨 | 100011000100011000111111001111111000101010011011 | 8c463f3f8a9b |
EUC-JP | 熊??鴨 | 101101111010011100111111001111111011001111111011 | b7a73f3fb3fb |
UTF-8 | 熊ㅽ떻鴨 | 111001111000011010001010111000111000010110111101111010111001011010111011111010011011010010101000 | e7868ae385bdeb96bbe9b4a8 |
UHC | 熊ㅽ떻鴨 | 1110101010101000101001001110110110110110101110111110010011100101 | eaa8a4edb6bbe4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)