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 | ?紗?種?? | 0011111110001110110100010011111110001110111011010011111100111111 | 3f8ed13f8eed3f3f |
EUC-JP | 泂紗?種?? | 10001111110001101111011010111100110100110011111110111100111011110011111100111111 | 8fc6f6bcd33fbcef3f3f |
UTF-8 | 泂紗색種곌렗 | 111001101011001110000010111001111011010010010111111011001000001110001001111001111010100010101110111010101011001110001100111010111010000010010111 | e6b382e7b497ec8389e7a8aeeab38ceba097 |
UHC | 泂紗색種곌렗 | 111110111010001011011110111010011011101111110110111100001111101010110000111010101000111010101100 | fba2dee9bbf6f0fab0ea8eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)