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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??4??4^ | 001111110011111110000010010100110011111100111111100000100101001101011110 | 3f3f82533f3f82535e |
EUC-JP | ??4??4^ | 001111110011111110100011101101000011111100111111101000111011010001011110 | 3f3fa3b43f3fa3b45e |
UTF-8 | 溜븃4溜븃4^ | 11101111101001111000101111101011101110001000001111101111101111001001010011101111101001111000101111101011101110001000001111101111101111001001010001011110 | efa78bebb883efbc94efa78bebb883efbc945e |
UHC | 溜븃4溜븃4^ | 11101010111111101011101011101000101000111011010011101010111111101011101011101000101000111011010001011110 | eafebae8a3b4eafebae8a3b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)