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 | ??????N | 00111111001111110011111100111111001111110011111101001110 | 3f3f3f3f3f3f4e |
SJIS-WIN | 将「。゚将。N | 100011111010101110100010101000011101111110001111101010111010000101001110 | 8faba2a1df8faba14e |
EUC-JP | 将「。゚将。N | 10111110101011011000111010100010100011101010000110001110110111111011111010101101100011101010000101001110 | bead8ea28ea18edfbead8ea14e |
UTF-8 | 将「。゚将。N | 11100101101100001000011011101111101111011010001011101111101111011010000111101111101111101001111111100101101100001000011011101111101111011010000101001110 | e5b086efbda2efbda1efbe9fe5b086efbda14e |
UHC | ??????N | 00111111001111110011111100111111001111110011111101001110 | 3f3f3f3f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)