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 | 諠壽仆 | 111001101000001110011010111001101001100010111011 | e6839ae698bb |
EUC-JP | 諠壽仆 | 111010111110001111010100111010001101000010111101 | ebe3d4e8d0bd |
UTF-8 | 諠壽仆 | 111010001010101110100000111001011010001110111101111001001011101110000110 | e8aba0e5a3bde4bb86 |
UHC | ?壽? | 00111111111000011111100000111111 | 3fe1f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)