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 | 遒守「撮 | 11100111101000101000111011100111101000101000111001000010 | e7a28ee7a28e42 |
EUC-JP | 遒守「撮 | 1110111010100100101111001110100110001110101000101011101110100011 | eea4bce98ea2bba3 |
UTF-8 | 遒守「撮 | 111010011000000110010010111001011010111010001000111011111011110110100010111001101001001010101110 | e98192e5ae88efbda2e692ae |
UHC | ?守?撮 | 001111111110000111111010001111111111010111001001 | 3fe1fa3ff5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)