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 | ??×?? | 0011111100111111110101110011111100111111 | 3f3fd73f3f |
SJIS-WIN | ??×?膀 | 00111111001111111000000101111110001111111110010001001110 | 3f3f817e3fe44e |
EUC-JP | ??×?膀 | 00111111001111111010000111011111001111111110011110101111 | 3f3fa1df3fe7af |
UTF-8 | 렺읕×렺膀 | 1110101110100000101110101110110010011101100101011100001110010111111010111010000010111010111010001000011010000000 | eba0baec9d95c397eba0bae88680 |
UHC | 렺읕×렺膀 | 10001110110000101100000011000100101000011011111110001110110000101101101110111001 | 8ec2c0c4a1bf8ec2dbb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)