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 | 畯企┳ | 111110110110111110001010111010011000010010110001 | fb6f8ae984b1 |
EUC-JP | 畯企┳ | 10001111110011011011101110110100111010111010100010110011 | 8fcdbbb4eba8b3 |
UTF-8 | 畯企┳ | 111001111001010110101111111001001011110010000001111000101001010010110011 | e795afe4bc81e294b3 |
UHC | 畯企┳ | 111100011110000111010000111010101010011010110011 | f1e1d0eaa6b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)