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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ◇?丹枇 | 10000001100111100011111110010010010011111001010011111000 | 819e3f924f94f8 |
EUC-JP | ◇?丹枇 | 10100001111111100011111111000011101100001100100011111010 | a1fe3fc3b0c8fa |
UTF-8 | ◇룵丹枇 | 111000101001011110000111111010111010001110110101111001001011100010111001111001101001111010000111 | e29787eba3b5e4b8b9e69e87 |
UHC | ◇룵丹枇 | 1010000111011110100011111010101011010011101000011101110111101101 | a1de8faad3a1dded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)