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 | 湛箪辰 | 100100100101100010010010010111001001001001000011 | 9258925c9243 |
EUC-JP | 湛箪辰 | 110000111011100111000011101111011100001110100100 | c3b9c3bdc3a4 |
UTF-8 | 湛箪辰 | 111001101011100110011011111001111010111010101010111010001011111010110000 | e6b99be7aeaae8beb0 |
UHC | 湛?辰 | 1101001111000000001111111111001011100011 | d3c03ff2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)