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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ???縊f?B | 001111110011111100111111111000110110111110000010100001100011111101000010 | 3f3f3fe36f82863f42 |
EUC-JP | ???縊f?B | 001111110011111100111111111001011101000010100011111001100011111101000010 | 3f3f3fe5d0a3e63f42 |
UTF-8 | 凉붾젧縊f븨B | 11101111101001011011100111101011101101101011111011101100101000001010011111100111101110001000101011101111101111011000011011101011101110001010100001000010 | efa5b9ebb6beeca0a7e7b88aefbd86ebb8a842 |
UHC | 凉붾젧縊f븨B | 11100101101111001001010011101011101000001001111111100100111111001010001111100110100101011001000101000010 | e5bc94eba09fe4fca3e6959142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)