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 | 陷願イ樊趨 | 111010001001110010001010111010001011001010011110111001101001000010010110 | e89c8ae8b29ee69096 |
EUC-JP | 陷願イ樊趨 | 11101111111111001011010011101010100011101011001011011100111010001011111111110110 | effcb4ea8eb2dce8bff6 |
UTF-8 | 陷願イ樊趨 | 111010011001100110110111111010011010000110011000111011111011110110110010111001101010100010001010111010001011011010101000 | e999b7e9a198efbdb2e6a88ae8b6a8 |
UHC | 陷願?樊趨 | 111110011110100011101010110000110011111111011011111000001111010111011001 | f9e8eac33fdbe0f5d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)