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 | 霍壼続蕣 | 1110100010110111100110101110010110010001101100011110010011111010 | e8b79ae591b1e4fa |
EUC-JP | 霍壼続蕣 | 1111000010111001110101001110011111000010101100111110100011111100 | f0b9d4e7c2b3e8fc |
UTF-8 | 霍壼続蕣 | 111010011001110010001101111001011010001110111100111001111011011010011010111010001001010110100011 | e99c8de5a3bce7b69ae895a3 |
UHC | ???蕣 | 0011111100111111001111111110001011110010 | 3f3f3fe2f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)