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 | レ裄シ | 11011010111001011110000010111100 | dae5e0bc |
EUC-JP | レ裄シ | 100011101101101011101010111000101000111010111100 | 8edaeae28ebc |
UTF-8 | レ裄シ | 111011111011111010011010111010001010001110000100111011111011110110111100 | efbe9ae8a384efbdbc |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)