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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | テキテオテ愿ッ | 1100001110110111110000111011010111000011100111001100001110101111 | c3b7c3b5c39cc3af |
EUC-JP | テキテオテ愿ッ | 1000111011000011100011101011011110001110110000111000111010110101100011101100001111011000110001011000111010101111 | 8ec38eb78ec38eb58ec3d8c58eaf |
UTF-8 | テキテオテ愿ッ | 111011111011111010000011111011111011110110110111111011111011111010000011111011111011110110110101111011111011111010000011111001101000010010111111111011111011110110101111 | efbe83efbdb7efbe83efbdb5efbe83e684bfefbdaf |
UHC | ?????愿? | 0011111100111111001111110011111100111111111010101011010000111111 | 3f3f3f3f3feab43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)