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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 篠セトリトケ゚ | 1000111011000010101111101100010011011000110001001011100111011111 | 8ec2bec4d8c4b9df |
EUC-JP | 篠セトリトケ゚ | 1011110011000100100011101011111010001110110001001000111011011000100011101100010010001110101110011000111011011111 | bcc48ebe8ec48ed88ec48eb98edf |
UTF-8 | 篠セトリトケ゚ | 111001111010111110100000111011111011110110111110111011111011111010000100111011111011111010011000111011111011111010000100111011111011110110111001111011111011111010011111 | e7afa0efbdbeefbe84efbe98efbe84efbdb9efbe9f |
UHC | 篠?????? | 1110000111000110001111110011111100111111001111110011111100111111 | e1c63f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)