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 | イ莉マ | 10110010111001001011101111001111 | b2e4bbcf |
EUC-JP | イ莉マ | 100011101011001011101000101111011000111011001111 | 8eb2e8bd8ecf |
UTF-8 | イ莉マ | 111011111011110110110010111010001000111010001001111011111011111010001111 | efbdb2e88e89efbe8f |
UHC | ?莉? | 00111111110101111110100100111111 | 3fd7e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)