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 | 雎ク遯 | 1110100010110001101110001110011110101010 | e8b1b8e7aa |
EUC-JP | 雎ク遯 | 111100001011001110001110101110001110111010101100 | f0b38eb8eeac |
UTF-8 | 雎ク遯 | 111010011001101110001110111011111011110110111000111010011000000110101111 | e99b8eefbdb8e981af |
UHC | 雎?遯 | 1110111011010001001111111101010011101110 | eed13fd4ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)