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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?贊貉 | 0011111111100110110100111110011010111001 | 3fe6d3e6b9 |
EUC-JP | 鉥贊貉 | 10001111111000111110100011101100110101011110110010111011 | 8fe3e8ecd5ecbb |
UTF-8 | 鉥贊貉 | 111010011000100110100101111010001011010010001010111010001011001010001001 | e989a5e8b48ae8b289 |
UHC | 鉥贊? | 1110001011111100111100111100011100111111 | e2fcf3c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)