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 | ???rB | 0011111100111111001111110111001001000010 | 3f3f3f7242 |
SJIS-WIN | 篠ムアrB | 100011101100001011010001101100010111001001000010 | 8ec2d1b17242 |
EUC-JP | 篠ムアrB | 1011110011000100100011101101000110001110101100010111001001000010 | bcc48ed18eb17242 |
UTF-8 | 篠ムアrB | 1110011110101111101000001110111110111110100100011110111110111101101100010111001001000010 | e7afa0efbe91efbdb17242 |
UHC | 篠??rB | 111000011100011000111111001111110111001001000010 | e1c63f3f7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)