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 | 鵝??秧?? | 1110101001000000001111110011111111100010010111100011111100111111 | ea403f3fe25e3f3f |
EUC-JP | 鵝??秧?? | 1111001110100001001111110011111111100011101111110011111100111111 | f3a13f3fe3bf3f3f |
UTF-8 | 鵝뉒텚秧띴퓥 | 111010011011010110011101111010111000100110010010111011011000010110011010111001111010011110100111111010111001110110110100111011011001001110100101 | e9b59deb8992ed859ae7a7a7eb9db4ed93a5 |
UHC | 鵝뉒텚秧띴퓥 | 111001001011110110000111111001111011011010010011111001001110101110001101111001001011111110001110 | e4bd87e7b693e4eb8de4bf8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)