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 | 弴フ鰛輓 | 11111010101110001100110011101001110110101110011101101101 | fab8cce9dae76d |
EUC-JP | 弴フ鰛輓 | 100011111011110011101101100011101100110011110010110111001110110111001110 | 8fbced8eccf2dcedce |
UTF-8 | 弴フ鰛輓 | 111001011011110010110100111011111011111010001100111010011011000010011011111010001011110010010011 | e5bcb4efbe8ce9b09be8bc93 |
UHC | ???輓 | 0011111100111111001111111101100011000010 | 3f3f3fd8c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)