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 | 羞轟ァ | 1110001110110101100011011000110010100111 | e3b58d8ca7 |
EUC-JP | 羞轟ァ | 111001101011011110111001111011001000111010100111 | e6b7b9ec8ea7 |
UTF-8 | 羞轟ァ | 111001111011111010011110111010001011110110011111111011111011110110100111 | e7be9ee8bd9fefbda7 |
UHC | 羞轟? | 1110001010111010110011101101111000111111 | e2bacede3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)