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 | 鵝??雍?? | 1110101001000000001111110011111111101000101101000011111100111111 | ea403f3fe8b43f3f |
EUC-JP | 鵝??雍?? | 1111001110100001001111110011111111110000101101100011111100111111 | f3a13f3ff0b63f3f |
UTF-8 | 鵝롮뼱雍㏛퐥 | 111010011011010110011101111010111010000110101110111010111011110010110001111010011001101110001101111000111000111110011011111011011001000010100101 | e9b59deba1aeebbcb1e99b8de38f9bed90a5 |
UHC | 鵝롮뼱雍㏛퐥 | 111001001011110110001110111011001001011010110100111010001011110010100111111001001011110110001110 | e4bd8eec96b4e8bca7e4bd8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)