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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 灼辞L灼辞L^ | 1000111011011100100011101010101101001100100011101101110010001110101010110100110001011110 | 8edc8eab4c8edc8eab4c5e |
EUC-JP | 灼辞L灼辞L^ | 1011110011011110101111001010110101001100101111001101111010111100101011010100110001011110 | bcdebcad4cbcdebcad4c5e |
UTF-8 | 灼辞L灼辞L^ | 111001111000000110111100111010001011111010011110010011001110011110000001101111001110100010111110100111100100110001011110 | e781bce8be9e4ce781bce8be9e4c5e |
UHC | 灼?L灼?L^ | 111011011100011100111111010011001110110111000111001111110100110001011110 | edc73f4cedc73f4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)