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 | 湿偲 | 100011101011110010001110110000111111000011100101 | 8ebc8ec3f0e5 |
EUC-JP | 湿偲? | 1011110010111110101111001100010100111111 | bcbebcc53f |
UTF-8 | 湿偲 | 111001101011100110111111111001011000000110110010111011101000001010100100 | e6b9bfe581b2ee82a4 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)