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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 夜??援ζ? | 100101101110100100111111001111111000100110000111100000111100010000111111 | 96e93f3f898783c43f |
EUC-JP | 夜??援ζ? | 110011001110101100111111001111111011000111100111101001101100011000111111 | cceb3f3fb1e7a6c63f |
UTF-8 | 夜쏅ㅅ援ζ쐣 | 1110010110100100100111001110110010001111100001011110001110000101100001011110011010001111101101001100111010110110111011001001000010100011 | e5a49cec8f85e38585e68fb4ceb6ec90a3 |
UHC | 夜쏅ㅅ援ζ쐣 | 111001011010100010011011111010111010010010110101111010101011010110100101111001101001110010001001 | e5a89beba4b5eab5a5e69c89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)