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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 齎?遵?搗遵 | 11100110110110000011111110001111100001010011111110011101100100011000111110000101 | e6d83f8f853f9d918f85 |
EUC-JP | 齎?遵?搗遵 | 11101100110110100011111110111101111001010011111111011001111100011011110111100101 | ecda3fbde53fd9f1bde5 |
UTF-8 | 齎렍遵몃搗遵 | 111010011011110110001110111010111010000010001101111010011000000110110101111010111010101010000011111001101001000010010111111010011000000110110101 | e9bd8eeba08de981b5ebaa83e69097e981b5 |
UHC | 齎렍遵몃搗遵 | 111011101011001010001110101000111111000111100101101110001110101111010011111111011111000111100101 | eeb28ea3f1e5b8ebd3fdf1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)