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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 箱城箱 | 100101001010000010001111111010011001010010100000 | 94a08fe994a0 |
EUC-JP | 箱城箱 | 110010001010001010111110111010111100100010100010 | c8a2beebc8a2 |
UTF-8 | 箱城箱 | 111001111010111010110001111001011001111110001110111001111010111010110001 | e7aeb1e59f8ee7aeb1 |
UHC | 箱城箱 | 110111111101010111100000111100101101111111010101 | dfd5e0f2dfd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)