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 | èè¹éè² | 1110100011101000101110011110100110000111100011101110100010110010 | e8e8b9e9878ee8b2 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | èè?é??è? | 10001111101010111011001010001111101010111011001000111111100011111010101110110001001111110011111110001111101010111011001000111111 | 8fabb28fabb23f8fabb13f3f8fabb23f |
UTF-8 | èè¹éè² | 11000011101010001100001110101000110000101011100111000011101010011100001010000111110000101000111011000011101010001100001010110010 | c3a8c3a8c2b9c3a9c287c28ec3a8c2b2 |
UHC | ??¹????² | 00111111001111111010100111110110001111110011111100111111001111111010100111110111 | 3f3fa9f63f3f3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)