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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 銷ケ遑シ銷 | 1110011111110111101110011110011110100001101111001110011111110111 | e7f7b9e7a1bce7f7 |
EUC-JP | 銷ケ遑シ銷 | 11101110111110011000111010111001111011101010001110001110101111001110111011111001 | eef98eb9eea38ebceef9 |
UTF-8 | 銷ケ遑シ銷 | 111010011000101010110111111011111011110110111001111010011000000110010001111011111011110110111100111010011000101010110111 | e98ab7efbdb9e98191efbdbce98ab7 |
UHC | 銷?遑?銷 | 1110000111010001001111111111110011011010001111111110000111010001 | e1d13ffcda3fe1d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)