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 | ン泚鍈 | 1101110111111010111110011111101001011110 | ddfaf9fa5e |
EUC-JP | ン泚鍈 | 1000111011011101100011111100011110100001100011111110010011101001 | 8edd8fc7a18fe4e9 |
UTF-8 | ン泚鍈 | 111011111011111010011101111001101011001110011010111010011000110110001000 | efbe9de6b39ae98d88 |
UHC | ??鍈 | 00111111001111111110011111001100 | 3f3fe7cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)