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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 谷嘆即F | 10010010010010101001001001010001100100011010011001000110 | 924a925191a646 |
EUC-JP | 谷嘆即F | 11000011101010111100001110110010110000101010100001000110 | c3abc3b2c2a846 |
UTF-8 | 谷嘆即F | 11101000101100001011011111100101100110001000011011100101100011011011001101000110 | e8b0b7e59886e58db346 |
UHC | 谷嘆?F | 110011011101101111110111101000110011111101000110 | cddbf7a33f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)