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 | 獸穗竪? | 11100000110101111110001001101110100100100100011100111111 | e0d7e26e92473f |
EUC-JP | 獸穗竪渢 | 111000001101100111100011110011111100001110101000100011111100011111101010 | e0d9e3cfc3a88fc7ea |
UTF-8 | 獸穗竪渢 | 111001111000110110111000111001111010100110010111111001111010101110101010111001101011100010100010 | e78db8e7a997e7abaae6b8a2 |
UHC | 獸穗竪? | 11100010101011101110001010110100111000101011010100111111 | e2aee2b4e2b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)