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 | 豁溘署奣 | 1110011010101101100111111110001110001111100100001111101010100011 | e6ad9fe38f90faa3 |
EUC-JP | 豁溘署奣 | 111011001010111111011110111001011011110111110000100011111011100011111100 | ecafdee5bdf08fb8fc |
UTF-8 | 豁溘署奣 | 111010001011000110000001111001101011101010011000111001111011110110110010111001011010010110100011 | e8b181e6ba98e7bdb2e5a5a3 |
UHC | 豁?署? | 111111001100001100111111110111111111111000111111 | fcc33fdffe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)