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 | ÂORLÂORL^ | 1100001010010111010011110101001001001100110000101001011101001111010100100100110001011110 | c2974f524cc2974f524c5e |
SJIS-WIN | ??ORL??ORL^ | 0011111100111111010011110101001001001100001111110011111101001111010100100100110001011110 | 3f3f4f524c3f3f4f524c5e |
EUC-JP | Â?ORLÂ?ORL^ | 100011111010101010100100001111110100111101010010010011001000111110101010101001000011111101001111010100100100110001011110 | 8faaa43f4f524c8faaa43f4f524c5e |
UTF-8 | ÂORLÂORL^ | 110000111000001011000010100101110100111101010010010011001100001110000010110000101001011101001111010100100100110001011110 | c382c2974f524cc382c2974f524c5e |
UHC | ??ORL??ORL^ | 0011111100111111010011110101001001001100001111110011111101001111010100100100110001011110 | 3f3f4f524c3f3f4f524c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)