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 | 罕暑尚 | 111000111010010110001111100010111000111110101110 | e3a58f8b8fae |
EUC-JP | 罕暑尚 | 111001101010011110111101111010111011111010110000 | e6a7bdebbeb0 |
UTF-8 | 罕暑尚 | 111001111011110110010101111001101001101010010001111001011011000010011010 | e7bd95e69a91e5b09a |
UHC | 罕暑? | 1111100111010110110111111111010000111111 | f9d6dff43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)