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 | 蓙瀧%蓙 | 1110010011100110100100011110101110000001100100111110010011100110 | e4e691eb8193e4e6 |
EUC-JP | 蓙瀧%蓙 | 1110100011101000110000101110110110100001111100111110100011101000 | e8e8c2eda1f3e8e8 |
UTF-8 | 蓙瀧%蓙 | 111010001001001110011001111001111000000010100111111011111011110010000101111010001001001110011001 | e89399e780a7efbc85e89399 |
UHC | ?瀧%? | 001111111101011011101001101000111010010100111111 | 3fd6e9a3a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)