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 | 澱私? | 1001001101100010100011101000010000111111 | 93628e843f |
EUC-JP | 澱私? | 1100010111000011101110111110010000111111 | c5c3bbe43f |
UTF-8 | 澱私튕 | 111001101011111010110001111001111010011110000001111011011000101010010101 | e6beb1e7a781ed8a95 |
UHC | 澱私튕 | 111011101111111011011110111001111100011010101000 | eefedee7c6a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)