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 | ????R? | 001111110011111100111111001111110101001000111111 | 3f3f3f3f523f |
SJIS-WIN | ????R? | 001111110011111100111111001111110101001000111111 | 3f3f3f3f523f |
EUC-JP | ????R? | 001111110011111100111111001111110101001000111111 | 3f3f3f3f523f |
UTF-8 | 렯롏렯렞R了 | 11101011101000001010111111101011101000011000111111101011101000001010111111101011101000001001111001010010111011111010011010111010 | eba0afeba18feba0afeba09e52efa6ba |
UHC | 렯롏렯렞R了 | 1000111010111100100011101101010110001110101111001000111010101111010100101110100011100111 | 8ebc8ed58ebc8eaf52e8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)