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 | 鞜定騒 | 111010001101111110010010111010001001000110011011 | e8df92e8919b |
EUC-JP | 鞜定騒 | 111100001110000111000100111010101100000111111011 | f0e1c4eac1fb |
UTF-8 | 鞜定騒 | 111010011001111010011100111001011010111010011010111010011010100010010010 | e99e9ce5ae9ae9a892 |
UHC | ?定? | 00111111111011111101001000111111 | 3fefd23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)