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 | ???崖? | 001111110011111100111111100010100101001000111111 | 3f3f3f8a523f |
EUC-JP | ???崖? | 001111110011111100111111101100111011001100111111 | 3f3f3fb3b33f |
UTF-8 | 琉삘댌崖륛 | 111011111010011110001100111011001000001010011000111010111000110010001100111001011011010010010110111010111010010110011011 | efa78cec8298eb8c8ce5b496eba59b |
UHC | 琉삘댌崖륛 | 11101011101001001011101111100010100010001011010111100100111100001001000001000010 | eba4bbe288b5e4f09042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)