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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 曜??軟? | 10010111011010100011111100111111100100111110111000111111 | 976a3f3f93ee3f |
EUC-JP | 曜??軟? | 11001101110010110011111100111111110001101111000000111111 | cdcb3f3fc6f03f |
UTF-8 | 曜뜻첁軟섷 | 111001101001101110011100111010111001110010111011111011001011001010000001111010001011101110011111111011001000010010110111 | e69b9ceb9cbbecb281e8bb9fec84b7 |
UHC | 曜뜻첁軟섷 | 11101000111110001011011011100110101010101000111011100110111000111001100101000101 | e8f8b6e6aa8ee6e39945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)