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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 轣檎枚雋 | 1110011110000001100011001110011110010110100001111110100010110010 | e7818ce79687e8b2 |
EUC-JP | 轣檎枚雋 | 1110110111100001101110001110100111001011111001111111000010110100 | ede1b8e9cbe7f0b4 |
UTF-8 | 轣檎枚雋 | 111010001011110110100011111001101010101010001110111001101001111010011010111010011001101110001011 | e8bda3e6aa8ee69e9ae99b8b |
UHC | ?檎枚雋 | 00111111110100001101010111011000110111011111000111100110 | 3fd0d5d8ddf1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)