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 | åÉLE | 1110010111001001100100010100110001000101 | e5c9914c45 |
SJIS-WIN | ???LE | 0011111100111111001111110100110001000101 | 3f3f3f4c45 |
EUC-JP | åÉ?LE | 100011111010101110101001100011111010101010110001001111110100110001000101 | 8faba98faab13f4c45 |
UTF-8 | åÉLE | 1100001110100101110000111000100111000010100100010100110001000101 | c3a5c389c2914c45 |
UHC | ???LE | 0011111100111111001111110100110001000101 | 3f3f3f4c45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)