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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 坦卒淡探^ | 100100100101001010010001101100101001001001010111100100100101010001011110 | 925291b2925792545e |
EUC-JP | 坦卒淡探^ | 110000111011001111000010101101001100001110111000110000111011010101011110 | c3b3c2b4c3b8c3b55e |
UTF-8 | 坦卒淡探^ | 11100101100111011010011011100101100011011001001011100110101101111010000111100110100011101010001001011110 | e59da6e58d92e6b7a1e68ea25e |
UHC | 坦卒淡探^ | 111101111010010011110000111011111101001110111111111101111010111001011110 | f7a4f0efd3bff7ae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)