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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 莨域梢e^ | 1110010010111100100010001110011010001111101111010110010101011110 | e4bc88e68fbd655e |
EUC-JP | 莨域梢e^ | 1110100010111110101100001110100010111110101111110110010101011110 | e8beb0e8bebf655e |
UTF-8 | 莨域梢e^ | 1110100010001110101010001110010110011111100111111110011010100010101000100110010101011110 | e88ea8e59f9fe6a2a2655e |
UHC | ?域梢e^ | 00111111111001101011010011110100111111100110010101011110 | 3fe6b4f4fe655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)