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 | 茵聾?? | 111001001001111110011000010101110011111100111111 | e49f98573f3f |
EUC-JP | 茵聾?? | 111010001010000111001111101110000011111100111111 | e8a1cfb83f3f |
UTF-8 | 茵聾렠렑 | 111010001000110010110101111010001000000110111110111010111010000010100000111010111010000010010001 | e88cb5e881beeba0a0eba091 |
UHC | 茵聾렠렑 | 1110110011100000110101101110110010001110101100011000111010100110 | ece0d6ec8eb18ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)