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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 萵オサヒ萵オ | 1110010011100000101101011011101111001011111001001110000010110101 | e4e0b5bbcbe4e0b5 |
EUC-JP | 萵オサヒ萵オ | 111010001110001010001110101101011000111010111011100011101100101111101000111000101000111010110101 | e8e28eb58ebb8ecbe8e28eb5 |
UTF-8 | 萵オサヒ萵オ | 111010001001000010110101111011111011110110110101111011111011110110111011111011111011111010001011111010001001000010110101111011111011110110110101 | e890b5efbdb5efbdbbefbe8be890b5efbdb5 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)