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 | ??º? | 00111111001111111011101000111111 | 3f3fba3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ??º? | 001111110011111110001111101000101110101100111111 | 3f3f8fa2eb3f |
UTF-8 | 蓮용º溜 | 1110111110100110100110011110110010011010101010011100001010111010111011111010011110001011 | efa699ec9aa9c2baefa78b |
UHC | 蓮용º溜 | 1110011011100101101111111110101110101000101011001110101011111110 | e6e5bfeba8aceafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)