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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 荼犲荼犲^ | 111001001011011011100000101110101110010010110110111000001011101001011110 | e4b6e0bae4b6e0ba5e |
EUC-JP | 荼犲荼犲^ | 111010001011100011100000101111001110100010111000111000001011110001011110 | e8b8e0bce8b8e0bc5e |
UTF-8 | 荼犲荼犲^ | 11101000100011011011110011100111100010101011001011101000100011011011110011100111100010101011001001011110 | e88dbce78ab2e88dbce78ab25e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)