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 | 桒胱耡栁 | 11111010111000111110001111110111111100101111000011100011110100101111101011100101 | fae3e3f7f2f0e3d2fae5 |
EUC-JP | 桒胱?耡? | 100011111100001111001001111001101111100100111111111001101101010000111111 | 8fc3c9e6f93fe6d43f |
UTF-8 | 桒胱耡栁 | 111001101010000110010010111010001000001110110001111011101000100010100111111010001000000010100001111001101010000010000001 | e6a192e883b1ee88a7e880a1e6a081 |
UHC | ?胱??? | 001111111100111011001101001111110011111100111111 | 3fcecd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)