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 | éè¡ | 111010011000100110000000111010001010000110010011 | e98980e8a193 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | é??è¡? | 100011111010101110110001001111110011111110001111101010111011001010001111101000101100001000111111 | 8fabb13f3f8fabb28fa2c23f |
UTF-8 | éè¡ | 110000111010100111000010100010011100001010000000110000111010100011000010101000011100001010010011 | c3a9c289c280c3a8c2a1c293 |
UHC | ????¡? | 00111111001111110011111100111111101000101010111000111111 | 3f3f3f3fa2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)