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 | ???Z??? | 00111111001111110011111101011010001111110011111100111111 | 3f3f3f5a3f3f3f |
SJIS-WIN | 蒻??Z蒻?? | 111001001110100000111111001111110101101011100100111010000011111100111111 | e4e83f3f5ae4e83f3f |
EUC-JP | 蒻??Z蒻?? | 111010001110101000111111001111110101101011101000111010100011111100111111 | e8ea3f3f5ae8ea3f3f |
UTF-8 | 蒻몌숲Z蒻멩닞 | 11101000100100101011101111101011101010101000110011101100100010001011001001011010111010001001001010111011111010111010100110101001111010111000101110011110 | e892bbebaa8cec88b25ae892bbeba9a9eb8b9e |
UHC | 蒻몌숲Z蒻멩닞 | 11100101101101101011100011101111101111011010001101011010111001011011011010111000111001101000100010011110 | e5b6b8efbda35ae5b6b8e6889e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)