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 | 爨珎珀牴 | 1110000010100100111000001101110111100000110111111110000010110000 | e0a4e0dde0dfe0b0 |
EUC-JP | 爨珎珀牴 | 1110000010100110111000001101111111100000111000011110000010110010 | e0a6e0dfe0e1e0b2 |
UTF-8 | 爨珎珀牴 | 111001111000100010101000111001111000111110001110111001111000111110000000111001111000100110110100 | e788a8e78f8ee78f80e789b4 |
UHC | ??珀? | 0011111100111111110110101101011000111111 | 3f3fdad63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)