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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?功∮^ | 001111111000110011110111100001111001001101011110 | 3f8cf787935e |
EUC-JP | ?功?^ | 0011111110111000111110010011111101011110 | 3fb8f93f5e |
UTF-8 | 룴功∮^ | 11101011101000111011010011100101100010101001111111100010100010001010111001011110 | eba3b4e58a9fe288ae5e |
UHC | 룴功∮^ | 10001111101010011100110111101101101000101011000101011110 | 8fa9cdeda2b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)