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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辷シ迥堤砂 | 111001111000100010111100111001111000101010010010111001111000110110111011 | e788bce78a92e78dbb |
EUC-JP | 辷シ迥堤砂 | 11101101111010001000111010111100111011011110101011000100111010011011101010111101 | ede88ebcedeac4e9babd |
UTF-8 | 辷シ迥堤砂 | 111010001011111010110111111011111011110110111100111010001011111110100101111001011010000010100100111001111010000010000010 | e8beb7efbdbce8bfa5e5a0a4e7a082 |
UHC | ???堤砂 | 00111111001111110011111111110000101001111101111011100011 | 3f3f3ff0a7dee3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)