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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 題頭?? | 100100011110100010010011101010100011111100111111 | 91e893aa3f3f |
EUC-JP | 題頭?? | 110000101110101011000110101011000011111100111111 | c2eac6ac3f3f |
UTF-8 | 題頭딧了 | 111010011010000110001100111010011010000010101101111010111001010010100111111011111010011010111010 | e9a18ce9a0adeb94a7efa6ba |
UHC | 題頭딧了 | 1111000010111001110101001110100110110101111101111110100011100111 | f0b9d4e9b5f7e8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)