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 | ?剩?戍 | 001111111001100110010100001111111001110011111001 | 3f99943f9cf9 |
EUC-JP | ?剩洧戍 | 0011111111010001111101001000111111000111101101001101100011111011 | 3fd1f48fc7b4d8fb |
UTF-8 | 뤳剩洧戍 | 111010111010010010110011111001011000100110101001111001101011010010100111111001101000100010001101 | eba4b3e589a9e6b4a7e6888d |
UHC | 뤳剩洧戍 | 1000111111100001111011011010010111101010111110111110001010100001 | 8fe1eda5eafbe2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)