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 | 糊豆??。 | 1000110011010000100100111010010000111111001111111000000101000010 | 8cd093a43f3f8142 |
EUC-JP | 糊豆?勖。 | 10111000110100101100011010100110001111111000111110110011111011011010000110100011 | b8d2c6a63f8fb3eda1a3 |
UTF-8 | 糊豆狼勖。 | 111001111011001110001010111010001011000110000110111011111010010010101011111001011000101110010110111000111000000010000010 | e7b38ae8b186efa4abe58b96e38082 |
UHC | 糊豆狼勖。 | 11111011110101011101010011100111110100101010101011101001111011011010000110100011 | fbd5d4e7d2aae9eda1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)