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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?λ??筌?? | 001111111000001111001001001111110011111111100010101000110011111100111111 | 3f83c93f3fe2a33f3f |
EUC-JP | ?λ??筌?? | 001111111010011011001011001111110011111111100100101001010011111100111111 | 3fa6cb3f3fe4a53f3f |
UTF-8 | 筽λ쓹흢筌뗫뵟 | 1110011110101101101111011100111010111011111011001001001110111001111011011001110110100010111001111010110110001100111010111001011110101011111010111011010110011111 | e7adbdcebbec93b9ed9da2e7ad8ceb97abebb59f |
UHC | 筽λ쓹흢筌뗫뵟 | 1110100010100100101001011110101110011101100101011100010110000010111011111010011110001011111010111001010010011111 | e8a4a5eb9d95c582efa78beb949f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)