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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????亂 | 0011111100111111001111110011111100111111001111111001100010101010 | 3f3f3f3f3f3f98aa |
EUC-JP | ??????亂 | 0011111100111111001111110011111100111111001111111101000010101100 | 3f3f3f3f3f3fd0ac |
UTF-8 | 렺넘렺팍렠렺亂 | 111010111010000010111010111010111000010010011000111010111010000010111010111011011000110010001101111010111010000010100000111010111010000010111010111001001011101010000010 | eba0baeb8498eba0baed8c8deba0a0eba0bae4ba82 |
UHC | 렺넘렺팍렠렺亂 | 1000111011000010101100111101000110001110110000101100011011000101100011101011000110001110110000101101010110101111 | 8ec2b3d18ec2c6c58eb18ec2d5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)