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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 棚谷其谷其 | 10010010010010011001001001001010100100011011010010010010010010101001000110110100 | 9249924a91b4924a91b4 |
EUC-JP | 棚谷其谷其 | 11000011101010101100001110101011110000101011011011000011101010111100001010110110 | c3aac3abc2b6c3abc2b6 |
UTF-8 | 棚谷其谷其 | 111001101010001110011010111010001011000010110111111001011000010110110110111010001011000010110111111001011000010110110110 | e6a39ae8b0b7e585b6e8b0b7e585b6 |
UHC | 棚谷其谷其 | 11011101110111001100110111011011110100001110110011001101110110111101000011101100 | dddccddbd0eccddbd0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)