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 | 豐壼枚霎 | 1110011010110010100110101110010110010110100001111110100010111110 | e6b29ae59687e8be |
EUC-JP | 豐壼枚霎 | 1110110010110100110101001110011111001011111001111111000011000000 | ecb4d4e7cbe7f0c0 |
UTF-8 | 豐壼枚霎 | 111010001011000110010000111001011010001110111100111001101001111010011010111010011001110010001110 | e8b190e5a3bce69e9ae99c8e |
UHC | ??枚? | 0011111100111111110110001101110100111111 | 3f3fd8dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)