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 | シタシッ上箴 | 1011110011000000101111001010111110001111111000111110001010111100 | bcc0bcaf8fe3e2bc |
EUC-JP | シタシッ上箴 | 100011101011110010001110110000001000111010111100100011101010111110111110111001011110010010111110 | 8ebc8ec08ebc8eafbee5e4be |
UTF-8 | シタシッ上箴 | 111011111011110110111100111011111011111010000000111011111011110110111100111011111011110110101111111001001011100010001010111001111010111010110100 | efbdbcefbe80efbdbcefbdafe4b88ae7aeb4 |
UHC | ????上箴 | 0011111100111111001111110011111111011111101111101110110111010111 | 3f3f3f3fdfbeedd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)