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 | ヨ黑コ | 11010110111111000100101110111010 | d6fc4bba |
EUC-JP | ヨ?コ | 1000111011010110001111111000111010111010 | 8ed63f8eba |
UTF-8 | ヨ黑コ | 111011111011111010010110111010011011101110010001111011111011110110111010 | efbe96e9bb91efbdba |
UHC | ?黑? | 00111111111111011101100100111111 | 3ffdd93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)