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 | 航→? | 1000110101110001100000011010100000111111 | 8d7181a83f |
EUC-JP | 航→? | 1011100111010010101000101010101000111111 | b9d2a2aa3f |
UTF-8 | 航→콖 | 111010001000100010101010111000101000011010010010111011001011110110010110 | e888aae28692ecbd96 |
UHC | 航→콖 | 111110011111111010100001111001101011000110010000 | f9fea1e6b190 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)