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 | 菫ョ謳 | 1110010010111111101011101110011010010000 | e4bfaee690 |
EUC-JP | 菫ョ謳 | 111010001100000110001110101011101110101111110000 | e8c18eaeebf0 |
UTF-8 | 菫ョ謳 | 111010001000111110101011111011111011110110101110111010001010110010110011 | e88fabefbdaee8acb3 |
UHC | 菫?謳 | 1101000011001011001111111100111111000100 | d0cb3fcfc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)