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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 属狸棚 | 100100011010111010010010010010111001001001001001 | 91ae924b9249 |
EUC-JP | 属狸棚 | 110000101011000011000011101011001100001110101010 | c2b0c3acc3aa |
UTF-8 | 属狸棚 | 111001011011000110011110111001111000101110111000111001101010001110011010 | e5b19ee78bb8e6a39a |
UHC | ?狸棚 | 0011111111010111111000011101110111011100 | 3fd7e1dddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)