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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 艤?餃 | 1110010001111110001111111110100101001100 | e47e3fe94c |
EUC-JP | 艤?餃 | 1110011111011111001111111111000110101101 | e7df3ff1ad |
UTF-8 | 艤별餃 | 111010001000100110100100111010111011001110000100111010011010010010000011 | e889a4ebb384e9a483 |
UHC | 艤별餃 | 111010111111101010111010101100001100111011110101 | ebfabab0cef5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)