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^ | 001111111110010011101001010011000011111111100100111010010100110001011110 | 3fe4e94c3fe4e94c5e |
EUC-JP | ?蓚L?蓚L^ | 001111111110100011101011010011000011111111101000111010110100110001011110 | 3fe8eb4c3fe8eb4c5e |
UTF-8 | 귿蓚L귿蓚L^ | 111010101011011110111111111010001001001110011010010011001110101010110111101111111110100010010011100110100100110001011110 | eab7bfe8939a4ceab7bfe8939a4c5e |
UHC | 귿蓚L귿蓚L^ | 1011000111011010111000101011111001001100101100011101101011100010101111100100110001011110 | b1dae2be4cb1dae2be4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)