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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髦。譯ァ | 111010011001100010100001111001101010000110100111 | e998a1e6a1a7 |
EUC-JP | 髦。譯ァ | 1111000111111000100011101010000111101100101000111000111010100111 | f1f88ea1eca38ea7 |
UTF-8 | 髦。譯ァ | 111010011010101110100110111011111011110110100001111010001010110110101111111011111011110110100111 | e9aba6efbda1e8adafefbda7 |
UHC | ??譯? | 0011111100111111111001101011101100111111 | 3f3fe6bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)