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 | ??H??? | 001111110011111101001000001111110011111100111111 | 3f3f483f3f3f |
SJIS-WIN | 蜩コH蝟溷蛤 | 11100101100100111011101001001000111001011001011010011111111001011001010010111000 | e593ba48e5969fe594b8 |
EUC-JP | 蜩コH蝟溷蛤 | 1110100111110011100011101011101001001000111010011111011011011110111001111100100010111010 | e9f38eba48e9f6dee7c8ba |
UTF-8 | 蜩コH蝟溷蛤 | 11101000100111001010100111101111101111011011101001001000111010001001110110011111111001101011101010110111111010001001101110100100 | e89ca9efbdba48e89d9fe6bab7e89ba4 |
UHC | ??H蝟?蛤 | 0011111100111111010010001110101011011010001111111111100111101101 | 3f3f48eada3ff9ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)