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 | ン濵ャ踟 | 110111011111101101001101101011001110011011110111 | ddfb4dace6f7 |
EUC-JP | ン濵ャ踟 | 100011101101110110001111110010011010011010001110101011001110110011111001 | 8edd8fc9a68eacecf9 |
UTF-8 | ン濵ャ踟 | 111011111011111010011101111001101011111110110101111011111011110110101100111010001011100010011111 | efbe9de6bfb5efbdace8b89f |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)