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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 竣?ε齬?^ | 100011110111011000111111100000111100001111101010100101110011111101011110 | 8f763f83c3ea973f5e |
EUC-JP | 竣?ε齬?^ | 101111011101011100111111101001101100010111110011111101110011111101011110 | bdd73fa6c5f3f73f5e |
UTF-8 | 竣ㅸε齬뼛^ | 111001111010101110100011111000111000010110111000110011101011010111101001101111011010110011101011101111001001101101011110 | e7aba3e385b8ceb5e9bdacebbc9b5e |
UHC | 竣ㅸε齬뼛^ | 1111000111100010101001001110100010100101111001011110010111100001101110111100010001011110 | f1e2a4e8a5e5e5e1bbc45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)