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 | 業??? | 1000101111000110001111110011111100111111 | 8bc63f3f3f |
EUC-JP | 業??焰 | 10110110110010000011111100111111100011111100100111101111 | b6c83f3f8fc9ef |
UTF-8 | 業뺧풏焰 | 111001101010010110101101111010111011101010100111111011011001001010001111111001111000010010110000 | e6a5adebbaa7ed928fe784b0 |
UHC | 業뺧풏焰 | 1110010111110110100101011110111110111110100100111110011011111011 | e5f695efbe93e6fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)