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 | セハ瞎 | 10111110110010101110000111010000 | becae1d0 |
EUC-JP | セハ瞎 | 100011101011111010001110110010101110001011010010 | 8ebe8ecae2d2 |
UTF-8 | セハ瞎 | 111011111011110110111110111011111011111010001010111001111001111010001110 | efbdbeefbe8ae79e8e |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)