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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雎壱名 | 111010001011000110001000111010111001011010111100 | e8b188eb96bc |
EUC-JP | 雎壱名 | 111100001011001110110000111011011100110010111110 | f0b3b0edccbe |
UTF-8 | 雎壱名 | 111010011001101110001110111001011010001110110001111001011001000010001101 | e99b8ee5a3b1e5908d |
UHC | 雎?名 | 1110111011010001001111111101100110100011 | eed13fd9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)