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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 辿叩h辿叩 | 100100100100100010010010010000000110100010010010010010001001001001000000 | 924892406892489240 |
EUC-JP | 辿叩h辿叩 | 110000111010100111000011101000010110100011000011101010011100001110100001 | c3a9c3a168c3a9c3a1 |
UTF-8 | 辿叩h辿叩 | 11101000101111101011111111100101100011111010100101101000111010001011111010111111111001011000111110101001 | e8bebfe58fa968e8bebfe58fa9 |
UHC | ?叩h?叩 | 00111111110011011011000001101000001111111100110110110000 | 3fcdb0683fcdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)