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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ?珞[?珞[^ | 001111111110000011100010010110110011111111100000111000100101101101011110 | 3fe0e25b3fe0e25b5e |
EUC-JP | ?珞[?珞[^ | 001111111110000011100100010110110011111111100000111001000101101101011110 | 3fe0e45b3fe0e45b5e |
UTF-8 | 렺珞[렺珞[^ | 111010111010000010111010111001111000111110011110010110111110101110100000101110101110011110001111100111100101101101011110 | eba0bae78f9e5beba0bae78f9e5b5e |
UHC | 렺珞[렺珞[^ | 1000111011000010110101011010100001011011100011101100001011010101101010000101101101011110 | 8ec2d5a85b8ec2d5a85b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)