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 | チ「称ケタ蠱ェ | 110000011010001010001111110011001011100111000000111001011100000110101010 | c1a28fccb9c0e5c1aa |
EUC-JP | チ「称ケタ蠱ェ | 1000111011000001100011101010001010111110110011101000111010111001100011101100000011101010110000111000111010101010 | 8ec18ea2bece8eb98ec0eac38eaa |
UTF-8 | チ「称ケタ蠱ェ | 111011111011111010000001111011111011110110100010111001111010011110110000111011111011110110111001111011111011111010000000111010001010000010110001111011111011110110101010 | efbe81efbda2e7a7b0efbdb9efbe80e8a0b1efbdaa |
UHC | ?????蠱? | 0011111100111111001111110011111100111111110011011100110000111111 | 3f3f3f3f3fcdcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)