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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鵝??羞 | 111010100100000000111111001111111110001110110101 | ea403f3fe3b5 |
EUC-JP | 鵝??羞 | 111100111010000100111111001111111110011010110111 | f3a13f3fe6b7 |
UTF-8 | 鵝듼뜠羞 | 111010011011010110011101111010111001001110111100111010111001110010100000111001111011111010011110 | e9b59deb93bceb9ca0e7be9e |
UHC | 鵝듼뜠羞 | 1110010010111101100010101110001010001101101000111110001010111010 | e4bd8ae28da3e2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)