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 | 룶Äå | 1110101110100011101101101100010010010001111001011001001110000001 | eba3b6c491e59381 |
SJIS-WIN | ?£¶????? | 00111111100000011001001010000001111101110011111100111111001111110011111100111111 | 3f819281f73f3f3f3f3f |
EUC-JP | 룶Ä?å?? | 10001111101010111011001110100001111100101010001011111001100011111010101010100011001111111000111110101011101010010011111100111111 | 8fabb3a1f2a2f98faaa33f8faba93f3f |
UTF-8 | 룶Äå | 11000011101010111100001010100011110000101011011011000011100001001100001010010001110000111010010111000010100100111100001010000001 | c3abc2a3c2b6c384c291c3a5c293c281 |
UHC | ??¶????? | 001111110011111110100010110100100011111100111111001111110011111100111111 | 3f3fa2d23f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)