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 | 險曁寔 | 111010001010100010011101111110001001101110000110 | e8a89df89b86 |
EUC-JP | 險曁寔 | 111100001010101011011010111110101101010111100110 | f0aadafad5e6 |
UTF-8 | 險曁寔 | 111010011001101010101010111001101001101110000001111001011010111110010100 | e99aaae69b81e5af94 |
UHC | 險?寔 | 1111101011001111001111111110001111010001 | facf3fe3d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)