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 | 笳笞鴿 | 111000101001011111100010100110101110100111111001 | e297e29ae9f9 |
EUC-JP | 笳笞鴿 | 111000111111011111100011111110101111001011111011 | e3f7e3faf2fb |
UTF-8 | 笳笞鴿 | 111001111010110010110011111001111010110010011110111010011011010010111111 | e7acb3e7ac9ee9b4bf |
UHC | ?笞? | 00111111111101111100001000111111 | 3ff7c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)