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 | ?重? | 00111111100011110110010000111111 | 3f8f643f |
EUC-JP | ?重? | 00111111101111011100010100111111 | 3fbdc53f |
UTF-8 | 뤵重흩 | 111010111010010010110101111010011000011110001101111011011001110110101001 | eba4b5e9878ded9da9 |
UHC | 뤵重흩 | 100011111110001111110001111011001100100011110000 | 8fe3f1ecc8f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)