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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蛻瀧%蛻 | 1110010110001000100100011110101110000001100100111110010110001000 | e58891eb8193e588 |
EUC-JP | 蛻瀧%蛻 | 1110100111101000110000101110110110100001111100111110100111101000 | e9e8c2eda1f3e9e8 |
UTF-8 | 蛻瀧%蛻 | 111010001001101110111011111001111000000010100111111011111011110010000101111010001001101110111011 | e89bbbe780a7efbc85e89bbb |
UHC | ?瀧%? | 001111111101011011101001101000111010010100111111 | 3fd6e9a3a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)