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 | 狼史狼 | 100110000101010010001110011010101001100001010100 | 98548e6a9854 |
EUC-JP | 狼史狼 | 110011111011010110111011110010111100111110110101 | cfb5bbcbcfb5 |
UTF-8 | 狼史狼 | 111001111000101110111100111001011000111110110010111001111000101110111100 | e78bbce58fb2e78bbc |
UHC | 狼史狼 | 110101011100100111011110110010001101010111001001 | d5c9dec8d5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)