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 | 禎棒?^ | 100100101111010110010110010111110011111101011110 | 92f5965f3f5e |
EUC-JP | 禎棒?^ | 110001001111011111001011110000000011111101011110 | c4f7cbc03f5e |
UTF-8 | 禎棒샤^ | 11100111101001101000111011100110101000111001001011101100100000111010010001011110 | e7a68ee6a392ec83a45e |
UHC | 禎棒샤^ | 11101111111011101101110011101010101110111111111001011110 | efeedceabbfe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)