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 | 諸葛κ | 100011111001010010001010100010111000001111001000 | 8f948a8b83c8 |
EUC-JP | 諸葛κ | 101111011111010010110011111010111010011011001010 | bdf4b3eba6ca |
UTF-8 | 諸葛κ | 1110100010101011101110001110100010010001100110111100111010111010 | e8abb8e8919bceba |
UHC | 諸葛κ | 111100001011001111001010111001111010010111101010 | f0b3cae7a5ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)