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 | 襭給5^ | 11100110010000101000101110001011100000100101010001011110 | e6428b8b82545e |
EUC-JP | 襭給5^ | 11101011101000111011010111101011101000111011010101011110 | eba3b5eba3b55e |
UTF-8 | 襭給5^ | 11101000101001011010110111100111101101011010011011101111101111001001010101011110 | e8a5ade7b5a6efbc955e |
UHC | ?給5^ | 001111111101000011100101101000111011010101011110 | 3fd0e5a3b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)