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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 姨?葺?稔 | 1001101101001000001111111001010110011000001111111001011010101011 | 9b483f95983f96ab |
EUC-JP | 姨?葺?稔 | 1101010110101001001111111100100111111000001111111100110010101101 | d5a93fc9f83fccad |
UTF-8 | 姨렓葺렋稔 | 111001011010011110101000111010111010000010010011111010001001000110111010111010111010000010001011111001111010100010010100 | e5a7a8eba093e891baeba08be7a894 |
UHC | 姨렓葺렋稔 | 11101100101010011000111010101000111100011111000110001110101000101110110011111001 | eca98ea8f1f18ea2ecf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)