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 | 雎ォ奣 | 1110100010110001101010111111101010100011 | e8b1abfaa3 |
EUC-JP | 雎ォ奣 | 11110000101100111000111010101011100011111011100011111100 | f0b38eab8fb8fc |
UTF-8 | 雎ォ奣 | 111010011001101110001110111011111011110110101011111001011010010110100011 | e99b8eefbdabe5a5a3 |
UHC | 雎?? | 11101110110100010011111100111111 | eed13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)