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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??窪? | 0011111100111111100011000100010100111111 | 3f3f8c453f |
EUC-JP | ??窪? | 0011111100111111101101111010011000111111 | 3f3fb7a63f |
UTF-8 | 梨렗窪렱 | 111011111010011110100010111010111010000010010111111001111010101010101010111010111010000010110001 | efa7a2eba097e7aaaaeba0b1 |
UHC | 梨렗窪렱 | 1110110010110001100011101010110011101000110000011000111010111110 | ecb18eace8c18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)