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 | 瓮f??? | 11100001010001001000001010000110001111110011111100111111 | e14482863f3f3f |
EUC-JP | 瓮f?獒? | 111000011010010110100011111001100011111110001111110010111011101100111111 | e1a5a3e63f8fcbbb3f |
UTF-8 | 瓮f뀞獒꿁 | 111001111001001110101110111011111011110110000110111010111000000010011110111001111000110110010010111010101011111110000001 | e793aeefbd86eb809ee78d92eabf81 |
UHC | 瓮f뀞獒꿁 | 11101000101101111010001111100110100001011001010111101000101000111000010101000010 | e8b7a3e68595e8a38542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)