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鞴懆粕 | 111001111111010010001010111000111000001010001111111010001110010010011100111010001001010010010100 | e7f48ae3828fe8e49ce89494 |
EUC-JP | 鉚翫o鞴懆粕 | 111011101111011010110100111001011010001111101111111100001110011011011000111010101100011111110100 | eef6b4e5a3eff0e6d8eac7f4 |
UTF-8 | 鉚翫o鞴懆粕 | 111010011000100110011010111001111011111110101011111011111011110110001111111010011001111010110100111001101000011110000110111001111011001010010101 | e9899ae7bfabefbd8fe99eb4e68786e7b295 |
UHC | ?翫o??粕 | 001111111110100011010001101000111110111100111111001111111101101011011001 | 3fe8d1a3ef3f3fdad9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)