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 | 縡?除??斷 | 111000110111000100111111100011111001110000111111001111111001110111010000 | e3713f8f9c3f3f9dd0 |
EUC-JP | 縡?除??斷 | 111001011101001000111111101111011111110000111111001111111101101011010010 | e5d23fbdfc3f3fdad2 |
UTF-8 | 縡렕除곈렧斷 | 111001111011100010100001111010111010000010010101111010011001100110100100111010101011001110001000111010111010000010100111111001101001011010110111 | e7b8a1eba095e999a4eab388eba0a7e696b7 |
UHC | 縡렕除곈렧斷 | 111011101010110110001110101010101111000010110110101100001110100110001110101101101101001110101000 | eead8eaaf0b6b0e98eb6d3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)