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 | ???ND | 0011111100111111001111110100111001000100 | 3f3f3f4e44 |
SJIS-WIN | ???ND | 0011111100111111001111110100111001000100 | 3f3f3f4e44 |
EUC-JP | ???ND | 0011111100111111001111110100111001000100 | 3f3f3f4e44 |
UTF-8 | 혩쨍혪ND | 1110110110011000101010011110110010101000100011011110110110011000101010100100111001000100 | ed98a9eca88ded98aa4e44 |
UHC | 혩쨍혪ND | 1100001010010001110000101011100011000010100100100100111001000100 | c291c2b8c2924e44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)