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 | 紅?? | 10001101011001110011111100111111 | 8d673f3f |
EUC-JP | 紅?? | 10111001110010000011111100111111 | b9c83f3f |
UTF-8 | 紅잗連 | 111001111011010010000101111011001001111010010111111011111010011010011010 | e7b485ec9e97efa69a |
UHC | 紅잗連 | 111110111111010111000000110111101110011011100110 | fbf5c0dee6e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)