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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 叱鰾宍 | 1111000010101101100011101011011011101001111000101000111010110011 | f0ad8eb6e9e28eb3 |
EUC-JP | ?叱鰾宍 | 00111111101111001011100011110010111001001011110010110101 | 3fbcb8f2e4bcb5 |
UTF-8 | 叱鰾宍 | 111011101000000110101100111001011000111110110001111010011011000010111110111001011010111010001101 | ee81ace58fb1e9b0bee5ae8d |
UHC | ?叱?? | 0011111111110010111010100011111100111111 | 3ff2ea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)