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 | ???Yh?? | 00111111001111110011111101011001011010000011111100111111 | 3f3f3f59683f3f |
SJIS-WIN | ???Yh?? | 00111111001111110011111101011001011010000011111100111111 | 3f3f3f59683f3f |
EUC-JP | ???Yh?? | 00111111001111110011111101011001011010000011111100111111 | 3f3f3f59683f3f |
UTF-8 | 혩첸혪Yh혩첸 | 1110110110011000101010011110110010110010101110001110110110011000101010100101100101101000111011011001100010101001111011001011001010111000 | ed98a9ecb2b8ed98aa5968ed98a9ecb2b8 |
UHC | 혩첸혪Yh혩첸 | 110000101001000111000011101111101100001010010010010110010110100011000010100100011100001110111110 | c291c3bec2925968c291c3be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)