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 | 虎?? | 10001100110101010011111100111111 | 8cd53f3f |
EUC-JP | 虎?? | 10111000110101110011111100111111 | b8d73f3f |
UTF-8 | 虎흘ㅄ | 111010001001100110001110111011011001110110011000111000111000010110000100 | e8998eed9d98e38584 |
UHC | 虎흘ㅄ | 111110111101101111001000111010101010010010110100 | fbdbc8eaa4b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)