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 | ??????N}B | 001111110011111100111111001111110011111100111111010011100111110101000010 | 3f3f3f3f3f3f4e7d42 |
SJIS-WIN | ??????N}B | 001111110011111100111111001111110011111100111111010011100111110101000010 | 3f3f3f3f3f3f4e7d42 |
EUC-JP | ??????N}B | 001111110011111100111111001111110011111100111111010011100111110101000010 | 3f3f3f3f3f3f4e7d42 |
UTF-8 | 렺챙렺철렺실N}B | 111010111010000010111010111011001011000110011001111010111010000010111010111011001011001010100000111010111010000010111010111011001000101110100100010011100111110101000010 | eba0baecb199eba0baecb2a0eba0baec8ba44e7d42 |
UHC | 렺챙렺철렺실N}B | 100011101100001011000011101011001000111011000010110000111011011010001110110000101011110111000111010011100111110101000010 | 8ec2c3ac8ec2c3b68ec2bdc74e7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)