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 | 治釈セュ者湿 | 10001110101000011000111011011111101111101010110110001110110100101000111010111100 | 8ea18edfbead8ed28ebc |
EUC-JP | 治釈セュ者湿 | 101111001010001110111100111000011000111010111110100011101010110110111100110101001011110010111110 | bca3bce18ebe8eadbcd4bcbe |
UTF-8 | 治釈セュ者湿 | 111001101011001010111011111010011000011110001000111011111011110110111110111011111011110110101101111010001000000010000101111001101011100110111111 | e6b2bbe98788efbdbeefbdade88085e6b9bf |
UHC | 治???者? | 1111011010111101001111110011111100111111111011011011101000111111 | f6bd3f3f3fedba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)