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 | ン尞皙 | 1101110111111010101010111110000110101010 | ddfaabe1aa |
EUC-JP | ン尞皙 | 10001110110111011000111110111010111010111110001010101100 | 8edd8fbaebe2ac |
UTF-8 | ン尞皙 | 111011111011111010011101111001011011000010011110111001111001101010011001 | efbe9de5b09ee79a99 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)