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 | 裃よ≠^ | 11100101110111111000001011100110100000011000001001011110 | e5df82e681825e |
EUC-JP | 裃よ≠^ | 11101010111000011010010011101000101000011110001001011110 | eae1a4e8a1e25e |
UTF-8 | 裃よ≠^ | 11101000101000111000001111100011100000101000100011100010100010011010000001011110 | e8a383e38288e289a05e |
UHC | ?よ≠^ | 001111111010101011101000101000011100000101011110 | 3faae8a1c15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)