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 | ??こ◇? | 00111111001111111000001010110001100000011001111000111111 | 3f3f82b1819e3f |
EUC-JP | ??こ◇? | 00111111001111111010010010110011101000011111111000111111 | 3f3fa4b3a1fe3f |
UTF-8 | 룵쥚こ◇룵 | 111010111010001110110101111011001010010110011010111000111000000110010011111000101001011110000111111010111010001110110101 | eba3b5eca59ae38193e29787eba3b5 |
UHC | 룵쥚こ◇룵 | 10001111101010101010001010001111101010101011001110100001110111101000111110101010 | 8faaa28faab3a1de8faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)