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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鵝??膺? | 11101010010000000011111100111111111001000101111000111111 | ea403f3fe45e3f |
EUC-JP | 鵝?ł膺? | 111100111010000100111111100011111010100111001000111001111011111100111111 | f3a13f8fa9c8e7bf3f |
UTF-8 | 鵝숇ł膺멐 | 1110100110110101100111011110110010001000100001111100010110000010111010001000011010111010111010111010100110010000 | e9b59dec8887c582e886baeba990 |
UHC | 鵝숇ł膺멐 | 11100100101111011001100111101011101010011010100111101011111011001001000101000101 | e4bd99eba9a9ebec9145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)