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 | 讙鷺揆夋栩 | 11100110101010101000110111101011100111011000010011111010100111111001111001111010 | e6aa8deb9d84fa9f9e7a |
EUC-JP | 讙鷺揆夋栩 | 1110110010101100101110101110110111011001111001001000111110111000111000011101101111011011 | ecacbaedd9e48fb8e1dbdb |
UTF-8 | 讙鷺揆夋栩 | 111010001010111010011001111010011011011110111010111001101000111110000110111001011010010010001011111001101010000010101001 | e8ae99e9b7bae68f86e5a48be6a0a9 |
UHC | ?鷺揆?? | 00111111110101101101110011010000101001100011111100111111 | 3fd6dcd0a63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)