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 | ȹ£ãûÈ | 1000111111001000101110011010001111100011111110111000111111001000 | 8fc8b9a3e3fb8fc8 |
SJIS-WIN | ???£???? | 001111110011111100111111100000011001001000111111001111110011111100111111 | 3f3f3f81923f3f3f3f |
EUC-JP | ?È?£ãû?È | 0011111110001111101010101011001000111111101000011111001010001111101010111010101010001111101010111110010100111111100011111010101010110010 | 3f8faab23fa1f28fabaa8fabe53f8faab2 |
UTF-8 | ȹ£ãûÈ | 11000010100011111100001110001000110000101011100111000010101000111100001110100011110000111011101111000010100011111100001110001000 | c28fc388c2b9c2a3c3a3c3bbc28fc388 |
UHC | ??¹????? | 001111110011111110101001111101100011111100111111001111110011111100111111 | 3f3fa9f63f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)