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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 薪??P | 1001000001100100001111110011111101010000 | 90643f3f50 |
EUC-JP | 薪??P | 1011111111000101001111110011111101010000 | bfc53f3f50 |
UTF-8 | 薪딇뢑P | 11101000100101101010101011101011100101001000011111101011101000101001000101010000 | e896aaeb9487eba29150 |
UHC | 薪딇뢑P | 11100011111011111000101011101101100011110100110001010000 | e3ef8aed8f4c50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)