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^ | 001111111000111001111011010011000011111110001110011110110100110001011110 | 3f8e7b4c3f8e7b4c5e |
EUC-JP | ?施L?施L^ | 001111111011101111011100010011000011111110111011110111000100110001011110 | 3fbbdc4c3fbbdc4c5e |
UTF-8 | 귿施L귿施L^ | 111010101011011110111111111001101001011010111101010011001110101010110111101111111110011010010110101111010100110001011110 | eab7bfe696bd4ceab7bfe696bd4c5e |
UHC | 귿施L귿施L^ | 1011000111011010111000111011111101001100101100011101101011100011101111110100110001011110 | b1dae3bf4cb1dae3bf4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)