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 | 膈所宵諛 | 1110010001001100100011111000101010001111101010101110011010000111 | e44c8f8a8faae687 |
EUC-JP | 膈所宵諛 | 1110011110101101101111011110101010111110101011001110101111100111 | e7adbdeabeacebe7 |
UTF-8 | 膈所宵諛 | 111010001000011010001000111001101000100110000000111001011010111010110101111010001010101110011011 | e88688e68980e5aeb5e8ab9b |
UHC | 膈所宵諛 | 1100110010101110111000011011011011100001101100101110101110110000 | ccaee1b6e1b2ebb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)