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 | ???榮? | 001111110011111100111111100111101100010000111111 | 3f3f3f9ec43f |
EUC-JP | ???榮? | 001111110011111100111111110111001100011000111111 | 3f3f3fdcc63f |
UTF-8 | 療덂떌榮껧 | 111011111010011110000001111010111000110110000010111010111001011010001100111001101010011010101110111010101011101110100111 | efa781eb8d82eb968ce6a6aeeabba7 |
UHC | 療덂떌榮껧 | 11101000111111101000100011100101100010111010001011100111101101001000010001000010 | e8fe88e58ba2e7b48442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)