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 | à°Lhà°L | 11100000101100000100110001101000111000001011000001001100 | e0b04c68e0b04c |
SJIS-WIN | ?°Lh?°L | 001111111000000110001011010011000110100000111111100000011000101101001100 | 3f818b4c683f818b4c |
EUC-JP | à°Lhà°L | 10001111101010111010001010100001111010110100110001101000100011111010101110100010101000011110101101001100 | 8faba2a1eb4c688faba2a1eb4c |
UTF-8 | à°Lhà°L | 1100001110100000110000101011000001001100011010001100001110100000110000101011000001001100 | c3a0c2b04c68c3a0c2b04c |
UHC | ?°Lh?°L | 001111111010000111000110010011000110100000111111101000011100011001001100 | 3fa1c64c683fa1c64c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)