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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髷ィ轢ァ讌 | 1110100110011110101010001110011110000000101001111110011010100101 | e99ea8e780a7e6a5 |
EUC-JP | 髷ィ轢ァ讌 | 11110001111111101000111010101000111011011110000010001110101001111110110010100111 | f1fe8ea8ede08ea7eca7 |
UTF-8 | 髷ィ轢ァ讌 | 111010011010101110110111111011111011110110101000111010001011110110100010111011111011110110100111111010001010111010001100 | e9abb7efbda8e8bda2efbda7e8ae8c |
UHC | ??轢?? | 001111110011111111010101111110010011111100111111 | 3f3fd5f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)