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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 礁スシセシエ | 100011111100101010111101101111001011111011110010111100011011110010110100 | 8fcabdbcbef2f1bcb4 |
EUC-JP | 礁スシセ?シエ | 10111110110011001000111010111101100011101011110010001110101111100011111110001110101111001000111010110100 | becc8ebd8ebc8ebe3f8ebc8eb4 |
UTF-8 | 礁スシセシエ | 111001111010010010000001111011111011110110111101111011111011110110111100111011111011110110111110111011101000100010101000111011111011110110111100111011111011110110110100 | e7a481efbdbdefbdbcefbdbeee88a8efbdbcefbdb4 |
UHC | 礁?????? | 1111010110100111001111110011111100111111001111110011111100111111 | f5a73f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)