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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遮質質篠 | 1000111011010101100011101011111110001110101111111000111011000010 | 8ed58ebf8ebf8ec2 |
EUC-JP | 遮質質篠 | 1011110011010111101111001100000110111100110000011011110011000100 | bcd7bcc1bcc1bcc4 |
UTF-8 | 遮質質篠 | 111010011000000110101110111010001011001110101010111010001011001110101010111001111010111110100000 | e981aee8b3aae8b3aae7afa0 |
UHC | 遮質質篠 | 1111001110110100111100101111010111110010111101011110000111000110 | f3b4f2f5f2f5e1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)