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 | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | ?琅@?琅@B | 001111111110000011100100010000000011111111100000111001000100000001000010 | 3fe0e4403fe0e44042 |
EUC-JP | ?琅@?琅@B | 001111111110000011100110010000000011111111100000111001100100000001000010 | 3fe0e6403fe0e64042 |
UTF-8 | 렺琅@렺琅@B | 111010111010000010111010111001111001000010000101010000001110101110100000101110101110011110010000100001010100000001000010 | eba0bae7908540eba0bae790854042 |
UHC | 렺琅@렺琅@B | 1000111011000010110101011100101001000000100011101100001011010101110010100100000001000010 | 8ec2d5ca408ec2d5ca4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)