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 | ???垓? | 001111110011111100111111100110101011010000111111 | 3f3f3f9ab43f |
EUC-JP | ???垓? | 001111110011111100111111110101001011011000111111 | 3f3f3fd4b63f |
UTF-8 | 緣쏅쉥垓쳿 | 111001111011011110100011111011001000111110000101111011001000100110100101111001011001111010010011111011001011001110111111 | e7b7a3ec8f85ec89a5e59e93ecb3bf |
UHC | 緣쏅쉥垓쳿 | 11100110110111101001101111101011101111011010101111111010101001111010110001000010 | e6de9bebbdabfaa7ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)