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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 澱私?? | 100100110110001010001110100001000011111100111111 | 93628e843f3f |
EUC-JP | 澱私?? | 110001011100001110111011111001000011111100111111 | c5c3bbe43f3f |
UTF-8 | 澱私렍렰 | 111001101011111010110001111001111010011110000001111010111010000010001101111010111010000010110000 | e6beb1e7a781eba08deba0b0 |
UHC | 澱私렍렰 | 1110111011111110110111101110011110001110101000111000111010111101 | eefedee78ea38ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)