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 | 鶯??影?? | 1110100111110010001111110011111110001001011001010011111100111111 | e9f23f3f89653f3f |
EUC-JP | 鶯??影?? | 1111001011110100001111110011111110110001110001100011111100111111 | f2f43f3fb1c63f3f |
UTF-8 | 鶯뚳쉈影좐눧 | 111010011011011010101111111010111001101010110011111011001000100110001000111001011011110110110001111011001010001010010000111010111000100010100111 | e9b6afeb9ab3ec8988e5bdb1eca290eb88a7 |
UHC | 鶯뚳쉈影좐눧 | 111001011010001110001100111011111011110110100101111001111010111110100000111011101000011110111110 | e5a38cefbda5e7afa0ee87be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)