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 | ??????j | 00111111001111110011111100111111001111110011111101101010 | 3f3f3f3f3f3f6a |
SJIS-WIN | 節??節??j | 100100001101111100111111001111111001000011011111001111110011111101101010 | 90df3f3f90df3f3f6a |
EUC-JP | 節??節??j | 110000001110000100111111001111111100000011100001001111110011111101101010 | c0e13f3fc0e13f3f6a |
UTF-8 | 節쇽풇節쇽풕j | 11100111101011111000000011101100100001111011110111101101100100101000011111100111101011111000000011101100100001111011110111101101100100101001010101101010 | e7af80ec87bded9287e7af80ec87bded92956a |
UHC | 節쇽풇節쇽풕j | 11101111101111011011110011101111101111101000111111101111101111011011110011101111101111101001100001101010 | efbdbcefbe8fefbdbcefbe986a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)