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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??處??處B | 001111110011111110011001011111000011111100111111100110010111110001000010 | 3f3f997c3f3f997c42 |
EUC-JP | ??處??處B | 001111110011111111010001110111010011111100111111110100011101110101000010 | 3f3fd1dd3f3fd1dd42 |
UTF-8 | 렯렺處렯렺處B | 11101011101000001010111111101011101000001011101011101000100110011001010111101011101000001010111111101011101000001011101011101000100110011001010101000010 | eba0afeba0bae89995eba0afeba0bae8999542 |
UHC | 렯렺處렯렺處B | 10001110101111001000111011000010111101001010010110001110101111001000111011000010111101001010010101000010 | 8ebc8ec2f4a58ebc8ec2f4a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)