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 | 澵鴫溿 | 111110110100110010001110101100001111101101001010 | fb4c8eb0fb4a |
EUC-JP | 澵鴫溿 | 1000111111001000111110001011110010110010100011111100100010110001 | 8fc8f8bcb28fc8b1 |
UTF-8 | 澵鴫溿 | 111001101011111010110101111010011011010010101011111001101011101010111111 | e6beb5e9b4abe6babf |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)