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 | 陜ク蟋吝屏 | 111010001001110110111000111001011010011110011001111001011001101110100000 | e89db8e5a799e59ba0 |
EUC-JP | 陜ク蟋吝屏 | 11101111111111011000111010111000111010101010100111010010111001111101011010100010 | effd8eb8eaa9d2e7d6a2 |
UTF-8 | 陜ク蟋吝屏 | 111010011001100110011100111011111011110110111000111010001001111110001011111001011001000010011101111001011011000110001111 | e9999cefbdb8e89f8be5909de5b18f |
UHC | 陜??吝? | 11111001111100000011111100111111110101111111000000111111 | f9f03f3fd7f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)