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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 厄μ】?? | 1001011011101111100000111100101010000001011110100011111100111111 | 96ef83ca817a3f3f |
EUC-JP | 厄μ】馹? | 11001100111100011010011011001100101000011101101110001111111010011010000100111111 | ccf1a6cca1db8fe9a13f |
UTF-8 | 厄μ】馹셁 | 1110010110001110100001001100111010111100111000111000000010010001111010011010011010111001111011001000010110000001 | e58e84cebce38091e9a6b9ec8581 |
UHC | 厄μ】馹셁 | 11100100111110001010010111101100101000011011110111101100111100011001100101001011 | e4f8a5eca1bdecf1994b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)