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 | 揄.樶 | 100111011000100110000001010001001001111011101110 | 9d8981449eee |
EUC-JP | 揄.樶 | 110110011110100110100001101001011101110011110000 | d9e9a1a5dcf0 |
UTF-8 | 揄.樶 | 111001101000111110000100111011111011110010001110111001101010100010110110 | e68f84efbc8ee6a8b6 |
UHC | 揄.? | 1110101011110001101000111010111000111111 | eaf1a3ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)