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 | 燁ァ闔種 | 11111011010110011010011111101000100011101000111011101101 | fb59a7e88e8eed |
EUC-JP | 燁ァ闔種 | 100011111100101010110011100011101010011111101111111011101011110011101111 | 8fcab38ea7efeebcef |
UTF-8 | 燁ァ闔種 | 111001111000011110000001111011111011110110100111111010011001011110010100111001111010100010101110 | e78781efbda7e99794e7a8ae |
UHC | 燁?闔種 | 11100111101001110011111111111001111011111111000011111010 | e7a73ff9eff0fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)