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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 駿?邂?h | 10001111011110000011111111100111101011100011111101101000 | 8f783fe7ae3f68 |
EUC-JP | 駿?邂?h | 10111101110110010011111111101110101100000011111101101000 | bdd93feeb03f68 |
UTF-8 | 駿렏邂렱h | 11101001101001111011111111101011101000001000111111101001100000101000001011101011101000001011000101101000 | e9a7bfeba08fe98282eba0b168 |
UHC | 駿렏邂렱h | 111100011110011110001110101001011111101010110011100011101011111001101000 | f1e78ea5fab38ebe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)