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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
UTF-8 | 혞횢h혞횢 | 11101101100110001001111011101101100110101010001001101000111011011001100010011110111011011001101010100010 | ed989eed9aa268ed989eed9aa2 |
UHC | 혞횢h혞횢 | 110000101000100011000011100110010110100011000010100010001100001110011001 | c288c39968c288c399 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)