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 | 菫ョ謳皮牡 | 111001001011111110101110111001101001000010010100111001111000100110110010 | e4bfaee69094e789b2 |
EUC-JP | 菫ョ謳皮牡 | 11101000110000011000111010101110111010111111000011001000111010011011001010110100 | e8c18eaeebf0c8e9b2b4 |
UTF-8 | 菫ョ謳皮牡 | 111010001000111110101011111011111011110110101110111010001010110010110011111001111001101010101110111001111000100110100001 | e88fabefbdaee8acb3e79aaee789a1 |
UHC | 菫?謳皮牡 | 110100001100101100111111110011111100010011111001101010111101100111000000 | d0cb3fcfc4f9abd9c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)