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 | 嘲貊?助?艇 | 10011010011111011110011010111011001111111000111110010101001111111001001011111000 | 9a7de6bb3f8f953f92f8 |
EUC-JP | 嘲貊?助?艇 | 11010011110111101110110010111101001111111011110111110101001111111100010011111010 | d3deecbd3fbdf53fc4fa |
UTF-8 | 嘲貊깃助렞艇 | 111001011001100010110010111010001011001010001010111010101011100110000011111001011000101010101001111010111010000010011110111010001000100110000111 | e598b2e8b28aeab983e58aa9eba09ee88987 |
UHC | 嘲貊깃助렞艇 | 111100001011111111011000111001111011000111101010111100001011111010001110101011111110111111110011 | f0bfd8e7b1eaf0be8eafeff3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)