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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鉈舌o鞴懆s | 111001111110101110010000111000111000001010001111111010001110010010011100111010001000001010010011 | e7eb90e3828fe8e49ce88293 |
EUC-JP | 鉈舌o鞴懆s | 111011101110110111000000111001011010001111101111111100001110011011011000111010101010001111110011 | eeedc0e5a3eff0e6d8eaa3f3 |
UTF-8 | 鉈舌o鞴懆s | 111010011000100110001000111010001000100010001100111011111011110110001111111010011001111010110100111001101000011110000110111011111011110110010011 | e98988e8888cefbd8fe99eb4e68786efbd93 |
UHC | ?舌o??s | 001111111110000011011111101000111110111100111111001111111010001111110011 | 3fe0dfa3ef3f3fa3f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)