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 | ??????u | 00111111001111110011111100111111001111110011111101110101 | 3f3f3f3f3f3f75 |
SJIS-WIN | ??驗???u | 0011111100111111111010011000010000111111001111110011111101110101 | 3f3fe9843f3f3f75 |
EUC-JP | ??驗???u | 0011111100111111111100011110010000111111001111110011111101110101 | 3f3ff1e43f3f3f75 |
UTF-8 | 듺먩驗멠뎚멏u | 11101011100100111011101011101011101010001010100111101001101010011001011111101011101010011010000011101011100011101001101011101011101010011000111101110101 | eb93baeba8a9e9a997eba9a0eb8e9aeba98f75 |
UHC | 듺먩驗멠뎚멏u | 10001010111000001001000011100110111110101101000010010001010100001000100101101011100100010100010001110101 | 8ae090e6fad09150896b914475 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)