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 | 蜉大オ | 1110010110001010100100011110010110110101 | e58a91e5b5 |
EUC-JP | 蜉大オ | 111010011110101011000010111001111000111010110101 | e9eac2e78eb5 |
UTF-8 | 蜉大オ | 111010001001110010001001111001011010010010100111111011111011110110110101 | e89c89e5a4a7efbdb5 |
UHC | ?大? | 00111111110100111101111000111111 | 3fd3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)