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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 簔シサh簔シサ | 111000101100000110111100101110110110100011100010110000011011110010111011 | e2c1bcbb68e2c1bcbb |
EUC-JP | 簔シサh簔シサ | 11100100110000111000111010111100100011101011101101101000111001001100001110001110101111001000111010111011 | e4c38ebc8ebb68e4c38ebc8ebb |
UTF-8 | 簔シサh簔シサ | 11100111101100001001010011101111101111011011110011101111101111011011101101101000111001111011000010010100111011111011110110111100111011111011110110111011 | e7b094efbdbcefbdbb68e7b094efbdbcefbdbb |
UHC | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)