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 | 鵝??膺 | 111010100100000000111111001111111110010001011110 | ea403f3fe45e |
EUC-JP | 鵝?ł膺 | 1111001110100001001111111000111110101001110010001110011110111111 | f3a13f8fa9c8e7bf |
UTF-8 | 鵝숇ł膺 | 1110100110110101100111011110110010001000100001111100010110000010111010001000011010111010 | e9b59dec8887c582e886ba |
UHC | 鵝숇ł膺 | 1110010010111101100110011110101110101001101010011110101111101100 | e4bd99eba9a9ebec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)