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 | 韋ケ驥惹コ | 1110100011101000101110011110100110000111100011101110010010111010 | e8e8b9e9878ee4ba |
EUC-JP | 韋ケ驥惹コ | 11110000111010101000111010111001111100011110011110111100111001101000111010111010 | f0ea8eb9f1e7bce68eba |
UTF-8 | 韋ケ驥惹コ | 111010011001111110001011111011111011110110111001111010011010100110100101111001101000001110111001111011111011110110111010 | e99f8befbdb9e9a9a5e683b9efbdba |
UHC | 韋?驥惹? | 1110101011011111001111111101000111001010111001011010100100111111 | eadf3fd1cae5a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)