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 | 娼。宵秕 | 10001111101010011010000110001111101010101110001001011101 | 8fa9a18faae25d |
EUC-JP | 娼。宵秕 | 1011111010101011100011101010000110111110101011001110001110111110 | beab8ea1beace3be |
UTF-8 | 娼。宵秕 | 111001011010100010111100111011111011110110100001111001011010111010110101111001111010011110010101 | e5a8bcefbda1e5aeb5e7a795 |
UHC | 娼?宵秕 | 11110011110111100011111111100001101100101101110111111001 | f3de3fe1b2ddf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)