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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 柀韋貔 | 111110101110010011101000111010001110011010111110 | fae4e8e8e6be |
EUC-JP | 柀韋貔 | 10001111110000111011100111110000111010101110110011000000 | 8fc3b9f0eaecc0 |
UTF-8 | 柀韋貔 | 111001101001111110000000111010011001111110001011111010001011001010010100 | e69f80e99f8be8b294 |
UHC | ?韋? | 00111111111010101101111100111111 | 3feadf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)