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 | ????}B | 001111110011111100111111001111110111110101000010 | 3f3f3f3f7d42 |
SJIS-WIN | ????}B | 001111110011111100111111001111110111110101000010 | 3f3f3f3f7d42 |
EUC-JP | ????}B | 001111110011111100111111001111110111110101000010 | 3f3f3f3f7d42 |
UTF-8 | 쩌횚쩌횠}B | 1110110010101001100011001110110110011010100110101110110010101001100011001110110110011010101000000111110101000010 | eca98ced9a9aeca98ced9aa07d42 |
UHC | 쩌횚쩌횠}B | 11000010101111001100001110010100110000101011110011000011100110000111110101000010 | c2bcc394c2bcc3987d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)