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 | ?H????|B | 0011111101001000001111110011111100111111001111110111110001000010 | 3f483f3f3f3f7c42 |
SJIS-WIN | ?H????|B | 0011111101001000001111110011111100111111001111110111110001000010 | 3f483f3f3f3f7c42 |
EUC-JP | ?H????|B | 0011111101001000001111110011111100111111001111110111110001000010 | 3f483f3f3f3f7c42 |
UTF-8 | 혪H혩첸혩첸|B | 111011011001100010101010010010001110110110011000101010011110110010110010101110001110110110011000101010011110110010110010101110000111110001000010 | ed98aa48ed98a9ecb2b8ed98a9ecb2b87c42 |
UHC | 혪H혩첸혩첸|B | 11000010100100100100100011000010100100011100001110111110110000101001000111000011101111100111110001000010 | c29248c291c3bec291c3be7c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)