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 | 倭↑?炎叛 | 100110000110000010000001101010100011111110001001100010101001010010111110 | 986081aa3f898a94be |
EUC-JP | 倭↑?炎叛 | 110011111100000110100010101011000011111110110001111010101100100011000000 | cfc1a2ac3fb1eac8c0 |
UTF-8 | 倭↑굷炎叛 | 111001011000000010101101111000101000011010010001111010101011010110110111111001111000001010001110111001011000111110011011 | e580ade28691eab5b7e7828ee58f9b |
UHC | 倭↑굷炎叛 | 11101000110111101010000111101000100000101001011011100110111110101101101011100100 | e8dea1e88296e6fadae4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)