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 | 竣?ε議?^ | 100011110111011000111111100000111100001110001011011000110011111101011110 | 8f763f83c38b633f5e |
EUC-JP | 竣?ε議?^ | 101111011101011100111111101001101100010110110101110001000011111101011110 | bdd73fa6c5b5c43f5e |
UTF-8 | 竣ㅸε議렱^ | 111001111010101110100011111000111000010110111000110011101011010111101000101011011011000011101011101000001011000101011110 | e7aba3e385b8ceb5e8adb0eba0b15e |
UHC | 竣ㅸε議렱^ | 1111000111100010101001001110100010100101111001011110110010100001100011101011111001011110 | f1e2a4e8a5e5eca18ebe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)