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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | ?盆???] | 00111111100101100111111000111111001111110011111101011101 | 3f967e3f3f3f5d |
EUC-JP | ?盆???] | 00111111110010111101111100111111001111110011111101011101 | 3fcbdf3f3f3f5d |
UTF-8 | 렺盆렺뗘렩] | 11101011101000001011101011100111100110111000011011101011101000001011101011101011100101111001100011101011101000001010100101011101 | eba0bae79b86eba0baeb9798eba0a95d |
UHC | 렺盆렺뗘렩] | 1000111011000010110111011100111010001110110000101011011011000101100011101011011101011101 | 8ec2ddce8ec2b6c58eb75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)