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 | レ迴ヘ | 11011010111001111000111111001101 | dae78fcd |
EUC-JP | レ迴ヘ | 100011101101101011101101111011111000111011001101 | 8edaedef8ecd |
UTF-8 | レ迴ヘ | 111011111011111010011010111010001011111110110100111011111011111010001101 | efbe9ae8bfb4efbe8d |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)