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 | 猾沍パ噎 | 1110000011001111100111111000110010000011011100001001101001111000 | e0cf9f8c83709a78 |
EUC-JP | 猾沍パ噎 | 1110000011010001110111011110110010100101110100011101001111011001 | e0d1ddeca5d1d3d9 |
UTF-8 | 猾沍パ噎 | 111001111000110010111110111001101011001010001101111000111000001110010001111001011001100110001110 | e78cbee6b28de38391e5998e |
UHC | 猾?パ? | 111111001100001000111111101010111101000100111111 | fcc23fabd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)