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 | テキテサテ堕ス | 1100001110110111110000111011101111000011100100011100001010111101 | c3b7c3bbc391c2bd |
EUC-JP | テキテサテ堕ス | 1000111011000011100011101011011110001110110000111000111010111011100011101100001111000010110001001000111010111101 | 8ec38eb78ec38ebb8ec3c2c48ebd |
UTF-8 | テキテサテ堕ス | 111011111011111010000011111011111011110110110111111011111011111010000011111011111011110110111011111011111011111010000011111001011010000010010101111011111011110110111101 | efbe83efbdb7efbe83efbdbbefbe83e5a095efbdbd |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)