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 | 譚櫁隙 | 111001101001110110011110111010001000110010000100 | e69d9ee88c84 |
EUC-JP | 譚櫁隙 | 111010111111110111011100111010101011011111100100 | ebfddceab7e4 |
UTF-8 | 譚櫁隙 | 111010001010110110011010111001101010101110000001111010011001101010011001 | e8ad9ae6ab81e99a99 |
UHC | 譚?隙 | 1101001111001001001111111101000011000000 | d3c93fd0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)