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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 矣?犢底絅κ | 1110000111100001001111111110000010110111100100101110101011100011010001001000001111001000 | e1e13fe0b792eae34483c8 |
EUC-JP | 矣?犢底絅κ | 1110001011100011001111111110000010111001110001001110110011100101101001011010011011001010 | e2e33fe0b9c4ece5a5a6ca |
UTF-8 | 矣흖犢底絅κ | 1110011110011111101000111110110110011101100101101110011110001010101000101110010110111010100101011110011110110101100001011100111010111010 | e79fa3ed9d96e78aa2e5ba95e7b585ceba |
UHC | 矣흖犢底絅κ | 111010111111100011001000111010001101010010111011111011101011110011001100111001111010010111101010 | ebf8c8e8d4bbeebccce7a5ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)