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 | ???SB | 0011111100111111001111110101001101000010 | 3f3f3f5342 |
SJIS-WIN | ゥッSB | 101010011111100010100010101011110101001101000010 | a9f8a2af5342 |
EUC-JP | ゥ?ッSB | 10001110101010010011111110001110101011110101001101000010 | 8ea93f8eaf5342 |
UTF-8 | ゥッSB | 1110111110111101101010011110111010011001100000011110111110111101101011110101001101000010 | efbda9ee9981efbdaf5342 |
UHC | ???SB | 0011111100111111001111110101001101000010 | 3f3f3f5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)