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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 乙ル?^ | 100010011011001110000011100010110011111101011110 | 89b3838b3f5e |
EUC-JP | 乙ル?^ | 101100101011010110100101111010110011111101011110 | b2b5a5eb3f5e |
UTF-8 | 乙ル썮^ | 11100100101110011001100111100011100000111010101111101100100011011010111001011110 | e4b999e383abec8dae5e |
UHC | 乙ル썮^ | 11101011111000001010101111101011100110111001111001011110 | ebe0abeb9b9e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)