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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 佇?燼?疑? | 100110001100100000111111111000001001111000111111100010110101111000111111 | 98c83fe09e3f8b5e3f |
EUC-JP | 佇?燼?疑? | 110100001100101000111111110111111111111000111111101101011011111100111111 | d0ca3fdffe3fb5bf3f |
UTF-8 | 佇렡燼렣疑렭 | 111001001011110110000111111010111010000010100001111001111000011110111100111010111010000010100011111001111001011010010001111010111010000010101101 | e4bd87eba0a1e787bceba0a3e79691eba0ad |
UHC | 佇렡燼렣疑렭 | 111011101011011110001110101100101110001111101000100011101011010011101011111101111000111010111010 | eeb78eb2e3e88eb4ebf78eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)