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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 巐畷讎誤讎 | 11111010101101101001001111101011111001101010011010001100111010111110011010100110 | fab693ebe6a68cebe6a6 |
EUC-JP | 巐畷讎誤讎 | 1000111110111011111110011100011011101101111011001010100010111000111011011110110010101000 | 8fbbf9c6edeca8b8edeca8 |
UTF-8 | 巐畷讎誤讎 | 111001011011011110010000111001111001010110110111111010001010111010001110111010001010101010100100111010001010111010001110 | e5b790e795b7e8ae8ee8aaa4e8ae8e |
UHC | ???誤? | 001111110011111100111111111010001010011000111111 | 3f3f3fe8a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)