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 | 摯??舍? | 10011101100101010011111100111111111001000111000100111111 | 9d953f3fe4713f |
EUC-JP | 摯??舍? | 11011001111101010011111100111111111001111101001000111111 | d9f53f3fe7d23f |
UTF-8 | 摯쿠렟舍렯 | 111001101001000110101111111011001011111110100000111010111010000010011111111010001000100010001101111010111010000010101111 | e691afecbfa0eba09fe8888deba0af |
UHC | 摯쿠렟舍렯 | 11110010101001111100010011101101100011101011000011011110111011001000111010111100 | f2a7c4ed8eb0deec8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)