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 | 甦??甦 | 111000010101001100111111001111111110000101010011 | e1533f3fe153 |
EUC-JP | 甦??甦 | 111000011011010000111111001111111110000110110100 | e1b43f3fe1b4 |
UTF-8 | 甦옑웉甦 | 111001111001010010100110111011001001100010010001111011001001101110001001111001111001010010100110 | e794a6ec9891ec9b89e794a6 |
UHC | 甦옑웉甦 | 1110000111000001100111101001011110011111010101111110000111000001 | e1c19e979f57e1c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)