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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 潗?? | 1000111111001000110110000011111100111111 | 8fc8d83f3f |
UTF-8 | 潗섬속 | 111001101011110110010111111011001000010010101100111011001000011010001101 | e6bd97ec84acec868d |
UHC | 潗섬속 | 111100101111110010111100101101101011110011010011 | f2fcbcb6bcd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)