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 | 鵝???j? | 1110101001000000001111110011111100111111100000101000101000111111 | ea403f3f3f828a3f |
EUC-JP | 鵝???j? | 1111001110100001001111110011111100111111101000111110101000111111 | f3a13f3f3fa3ea3f |
UTF-8 | 鵝롫젛力j돐 | 111010011011010110011101111010111010000110101011111011001010000010011011111011111010011010001010111011111011110110001010111010111000111110010000 | e9b59deba1abeca09befa68aefbd8aeb8f90 |
UHC | 鵝롫젛力j돐 | 111001001011110110001110111010111010000010010111111001101011001110100011111010101011010110111011 | e4bd8eeba097e6b3a3eab5bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)