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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 雍?億?依B | 111010001011010000111111100010011010110100111111100010001100101101000010 | e8b43f89ad3f88cb42 |
EUC-JP | 雍?億?依B | 111100001011011000111111101100101010111100111111101100001100110101000010 | f0b63fb2af3fb0cd42 |
UTF-8 | 雍렓億곗依B | 11101001100110111000110111101011101000001001001111100101100001001000010011101010101100111001011111100100101111101001110101000010 | e99b8deba093e58484eab397e4be9d42 |
UHC | 雍렓億곗依B | 1110100010111100100011101010100011100101111000101011000011101100111010111110111001000010 | e8bc8ea8e5e2b0ecebee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)