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 | ??鄙 | 00111111001111111110011110111111 | 3f3fe7bf |
EUC-JP | 澔?鄙 | 100011111100100011101100001111111110111011000001 | 8fc8ec3feec1 |
UTF-8 | 澔빚鄙 | 111001101011111010010100111010111011100110011010111010011000010010011001 | e6be94ebb99ae98499 |
UHC | 澔빚鄙 | 111110111100101110111010111110101101111010101001 | fbcbbafadea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)