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 | 羞轟シ | 1110001110110101100011011000110010111100 | e3b58d8cbc |
EUC-JP | 羞轟シ | 111001101011011110111001111011001000111010111100 | e6b7b9ec8ebc |
UTF-8 | 羞轟シ | 111001111011111010011110111010001011110110011111111011111011110110111100 | e7be9ee8bd9fefbdbc |
UHC | 羞轟? | 1110001010111010110011101101111000111111 | e2bacede3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)