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 | 全矜??縡 | 1001000101010011111000011110000000111111001111111110001101110001 | 9153e1e03f3fe371 |
EUC-JP | 全矜??縡 | 1100000110110100111000101110001000111111001111111110010111010010 | c1b4e2e23f3fe5d2 |
UTF-8 | 全矜렫렲縡 | 111001011000010110101000111001111001111110011100111010111010000010101011111010111010000010110010111001111011100010100001 | e585a8e79f9ceba0abeba0b2e7b8a1 |
UHC | 全矜렫렲縡 | 11101110111011111101000011101000100011101011100110001110101111111110111010101101 | eeefd0e88eb98ebfeead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)