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^ | 001111110011111100111111010011000011111100111111001111110100110001011110 | 3f3f3f4c3f3f3f4c5e |
SJIS-WIN | ???L???L^ | 001111110011111100111111010011000011111100111111001111110100110001011110 | 3f3f3f4c3f3f3f4c5e |
EUC-JP | ???L???L^ | 001111110011111100111111010011000011111100111111001111110100110001011110 | 3f3f3f4c3f3f3f4c5e |
UTF-8 | 若든낳L若든낳L^ | 111011111010010110110100111010111001001110100000111010111000001010110011010011001110111110100101101101001110101110010011101000001110101110000010101100110100110001011110 | efa5b4eb93a0eb82b34cefa5b4eb93a0eb82b34c5e |
UHC | 若든낳L若든낳L^ | 111001011010111010110101111001111011001110111010010011001110010110101110101101011110011110110011101110100100110001011110 | e5aeb5e7b3ba4ce5aeb5e7b3ba4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)