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 | 茫狗就紲 | 1110010010101001100010111110011110001111010000011110001101000111 | e4a98be78f41e347 |
EUC-JP | 茫狗就紲 | 1110100010101011101101101110100110111101101000101110010110101000 | e8abb6e9bda2e5a8 |
UTF-8 | 茫狗就紲 | 111010001000110010101011111001111000101110010111111001011011000010110001111001111011010010110010 | e88cabe78b97e5b0b1e7b4b2 |
UHC | 茫狗就? | 11011000110101001100111110110111111101101010011000111111 | d8d4cfb7f6a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)