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 | å®µîº | 111001011010111010110101111011101000001010111010 | e5aeb5ee82ba |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | å®?î?º | 1000111110101011101010011000111110100010111011100011111110001111101010111100001000111111100011111010001011101011 | 8faba98fa2ee3f8fabc23f8fa2eb |
UTF-8 | å®µîº | 110000111010010111000010101011101100001010110101110000111010111011000010100000101100001010111010 | c3a5c2aec2b5c3aec282c2ba |
UHC | ?®???º | 0011111110100010111001110011111100111111001111111010100010101100 | 3fa2e73f3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)