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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?仇與刷? | 0011111110001011011101111110010001101111100011011111110000111111 | 3f8b77e46f8dfc3f |
EUC-JP | ?仇與刷艅 | 00111111101101011101100011100111110100001011101011111110100011111101011011111101 | 3fb5d8e7d0bafe8fd6fd |
UTF-8 | 룶仇與刷艅 | 111010111010001110110110111001001011101110000111111010001000100010000111111001011000100010110111111010001000100110000101 | eba3b6e4bb87e88887e588b7e88985 |
UHC | 룶仇與刷艅 | 10001111101010111100111011111011111001101010100011100001111011001110011010101001 | 8fabcefbe6a8e1ece6a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)