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\ | 001111110011111100111111001111110100110001011100 | 3f3f3f3f4c5c |
SJIS-WIN | ????L\ | 001111110011111100111111001111110100110001011100 | 3f3f3f3f4c5c |
EUC-JP | ????L\ | 001111110011111100111111001111110100110001011100 | 3f3f3f3f4c5c |
UTF-8 | 쒔렢쑹롈L\ | 1110110010010010100101001110101110100000101000101110110010010001101110011110101110100001100010000100110001011100 | ec9294eba0a2ec91b9eba1884c5c |
UHC | 쒔렢쑹롈L\ | 10111110101011011000111010110011101111101010101110001110110011100100110001011100 | bead8eb3beab8ece4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)