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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邨ス貊台 | 11100111101101011011110111100110101110111001000111100100 | e7b5bde6bb91e4 |
EUC-JP | 邨ス貊台 | 1110111010110111100011101011110111101100101111011100001011100110 | eeb78ebdecbdc2e6 |
UTF-8 | 邨ス貊台 | 111010011000001010101000111011111011110110111101111010001011001010001010111001011000111110110000 | e982a8efbdbde8b28ae58fb0 |
UHC | 邨?貊台 | 11110101101111100011111111011000111001111111011110111011 | f5be3fd8e7f7bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)