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^ | 111011111010011110001010111010111001001110101101111011001010111010101011010011001110111110100111100010101110101110010011101011011110110010101110101010110100110001011110 | efa78aeb93adecaeab4cefa78aeb93adecaeab4c5e |
UHC | 流듭쮫L流듭쮫L^ | 111010101111110010110101111011001010100010001000010011001110101011111100101101011110110010101000100010000100110001011110 | eafcb5eca8884ceafcb5eca8884c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)