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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????耆 | 00111111001111110011111100111111001111111110001111001011 | 3f3f3f3f3fe3cb |
EUC-JP | ?????耆 | 00111111001111110011111100111111001111111110011011001101 | 3f3f3f3f3fe6cd |
UTF-8 | 렺젬렻렍렺耆 | 111010111010000010111010111011001010000010101100111010111010000010111011111010111010000010001101111010111010000010111010111010001000000010000110 | eba0baeca0aceba0bbeba08deba0bae88086 |
UHC | 렺젬렻렍렺耆 | 100011101100001011000001101010101000111011000011100011101010001110001110110000101101000110111101 | 8ec2c1aa8ec38ea38ec2d1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)