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 | ?^?^ | 00111111010111100011111101011110 | 3f5e3f5e |
SJIS-WIN | ?^?^ | 00111111010111100011111101011110 | 3f5e3f5e |
EUC-JP | ?^?^ | 00111111010111100011111101011110 | 3f5e3f5e |
UTF-8 | 뎶^뎶^ | 1110101110001110101101100101111011101011100011101011011001011110 | eb8eb65eeb8eb65e |
UHC | 뎶^뎶^ | 100010011000100101011110100010011000100101011110 | 89895e89895e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)