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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 驛、莉カ諡セB | 11101001100000111010010011100100101110111011011011100110100010111011111001000010 | e983a4e4bbb6e68bbe42 |
EUC-JP | 驛、莉カ諡セB | 11110001111000111000111010100100111010001011110110001110101101101110101111101011100011101011111001000010 | f1e38ea4e8bd8eb6ebeb8ebe42 |
UTF-8 | 驛、莉カ諡セB | 11101001101010011001101111101111101111011010010011101000100011101000100111101111101111011011011011101000101010111010000111101111101111011011111001000010 | e9a99befbda4e88e89efbdb6e8aba1efbdbe42 |
UHC | 驛?莉?諡?B | 11100110101111100011111111010111111010010011111111100011110011010011111101000010 | e6be3fd7e93fe3cd3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)