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 | ???曜? | 001111110011111100111111100101110110101000111111 | 3f3f3f976a3f |
EUC-JP | 縕??曜? | 1000111111010100110000100011111100111111110011011100101100111111 | 8fd4c23f3fcdcb3f |
UTF-8 | 縕랃쉽曜계 | 111001111011100010010101111010111001111010000011111011001000100110111101111001101001101110011100111010101011001110000100 | e7b895eb9e83ec89bde69b9ceab384 |
UHC | 縕랃쉽曜계 | 11101000101100101000110111101111101111011011000111101000111110001011000011101000 | e8b28defbdb1e8f8b0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)