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 | 濡?? | 1001010001000111001111111000000101001000 | 94473f8148 |
EUC-JP | 濡?? | 1100011110101000001111111010000110101001 | c7a83fa1a9 |
UTF-8 | 濡쏅? | 111001101011111110100001111011001000111110000101111011111011110010011111 | e6bfa1ec8f85efbc9f |
UHC | 濡쏅? | 111010111010000110011011111010111010001110111111 | eba19beba3bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)