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 | 歟??儒 | 100111110110001000111111001111111000111011110010 | 9f623f3f8ef2 |
EUC-JP | 歟??儒 | 110111011100001100111111001111111011110011110100 | ddc33f3fbcf4 |
UTF-8 | 歟볢쓮儒 | 111001101010110110011111111010111011001110100010111011001001001110101110111001011000010010010010 | e6ad9febb3a2ec93aee58492 |
UHC | 歟볢쓮儒 | 1110011010100010100100111110100010011101100011101110101011100011 | e6a293e89d8eeae3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)