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 | ?→??? | 001111111000000110101000001111110011111100111111 | 3f81a83f3f3f |
EUC-JP | 縕→??? | 1000111111010100110000101010001010101010001111110011111100111111 | 8fd4c2a2aa3f3f3f |
UTF-8 | 縕→닁隸턆 | 111001111011100010010101111000101000011010010010111010111000101110000001111011111010011010111000111011011000010010000110 | e7b895e28692eb8b81efa6b8ed8486 |
UHC | 縕→닁隸턆 | 11101000101100101010000111100110100010001000101011100111111001101011011001000010 | e8b2a1e6888ae7e6b642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)