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 | ?橋獨? | 001111111000101110110100111000001101010100111111 | 3f8bb4e0d53f |
EUC-JP | 沅橋獨佺 | 10001111110001101110100110110110101101101110000011010111100011111011000011111001 | 8fc6e9b6b6e0d78fb0f9 |
UTF-8 | 沅橋獨佺 | 111001101011001010000101111001101010100110001011111001111000110110101000111001001011110110111010 | e6b285e6a98be78da8e4bdba |
UHC | 沅橋獨佺 | 1110101010110110110011101110100111010100101111001110111011101101 | eab6cee9d4bceeed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)