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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??□??? | 00111111001111111000000110100000001111110011111100111111 | 3f3f81a03f3f3f |
EUC-JP | ??□??? | 00111111001111111010001010100010001111110011111100111111 | 3f3fa2a23f3f3f |
UTF-8 | 룵句□▩룵句 | 111010111010001110110101111011111010010010000110111000101001011010100001111000101001011010101001111010111010001110110101111011111010010010000110 | eba3b5efa486e296a1e296a9eba3b5efa486 |
UHC | 룵句□▩룵句 | 100011111010101011001111111110111010000111100000101000101100110010001111101010101100111111111011 | 8faacffba1e0a2cc8faacffb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)