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 | 淏?摯淏 | 11111011010000100011111110011101100101011111101101000010 | fb423f9d95fb42 |
EUC-JP | 淏?摯淏 | 100011111100011111011001001111111101100111110101100011111100011111011001 | 8fc7d93fd9f58fc7d9 |
UTF-8 | 淏과摯淏 | 111001101011011110001111111010101011001110111100111001101001000110101111111001101011011110001111 | e6b78feab3bce691afe6b78f |
UHC | 淏과摯淏 | 1111101111001000101100001111101011110010101001111111101111001000 | fbc8b0faf2a7fbc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)