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 | 娼テ宵。宵脯 | 10001111101010011100001110001111101010101010000110001111101010101110001111111011 | 8fa9c38faaa18faae3fb |
EUC-JP | 娼テ宵。宵脯 | 101111101010101110001110110000111011111010101100100011101010000110111110101011001110011011111101 | beab8ec3beac8ea1beace6fd |
UTF-8 | 娼テ宵。宵脯 | 111001011010100010111100111011111011111010000011111001011010111010110101111011111011110110100001111001011010111010110101111010001000010010101111 | e5a8bcefbe83e5aeb5efbda1e5aeb5e884af |
UHC | 娼?宵?宵脯 | 11110011110111100011111111100001101100100011111111100001101100101111100011100001 | f3de3fe1b23fe1b2f8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)