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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 牀瞻犢F | 11100000101011001110000111011011111000001011011101000110 | e0ace1dbe0b746 |
EUC-JP | 牀瞻犢F | 11100000101011101110001011011101111000001011100101000110 | e0aee2dde0b946 |
UTF-8 | 牀瞻犢F | 11100111100010011000000011100111100111101011101111100111100010101010001001000110 | e78980e79ebbe78aa246 |
UHC | 牀瞻犢F | 11011111110100011111010011010111110101001011101101000110 | dfd1f4d7d4bb46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)