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 | ??鈐 | 00111111001111111111101111000010 | 3f3ffbc2 |
EUC-JP | 澔?鈐 | 10001111110010001110110000111111100011111110001111000001 | 8fc8ec3f8fe3c1 |
UTF-8 | 澔빛鈐 | 111001101011111010010100111010111011100110011011111010011000100010010000 | e6be94ebb99be98890 |
UHC | 澔빛鈐 | 111110111100101110111010111110111100110010100010 | fbcbbafbcca2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)