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 | ??????a | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
SJIS-WIN | ?淋???やa | 001111111001011111010010001111110011111100111111100000101110001001100001 | 3f97d23f3f3f82e261 |
EUC-JP | ?淋???やa | 001111111100111011010100001111110011111100111111101001001110010001100001 | 3fced43f3f3fa4e461 |
UTF-8 | 룶淋씹룵핊やa | 11101011101000111011011011100110101101111000101111101100100101001011100111101011101000111011010111101101100101011000101011100011100000101000010001100001 | eba3b6e6b78bec94b9eba3b5ed958ae3828461 |
UHC | 룶淋씹룵핊やa | 10001111101010111101011111111010101111101100001110001111101010101100000010001111101010101110010001100001 | 8fabd7fabec38faac08faae461 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)