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 | 諱呵ィ | 1110011010000001100110011110100010101000 | e68199e8a8 |
EUC-JP | 諱呵ィ | 111010111110000111010010111010101000111010101000 | ebe1d2ea8ea8 |
UTF-8 | 諱呵ィ | 111010001010101110110001111001011001000110110101111011111011110110101000 | e8abb1e591b5efbda8 |
UHC | 諱呵? | 1111110111001001110010101010011100111111 | fdc9caa73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)