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 | 鵈ー鰺 | 1110100111111100101100001110100111001011 | e9fcb0e9cb |
EUC-JP | 鵈ー鰺 | 111100101111111010001110101100001111001011001101 | f2fe8eb0f2cd |
UTF-8 | 鵈ー鰺 | 111010011011010110001000111011111011110110110000111010011011000010111010 | e9b588efbdb0e9b0ba |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)