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 | 茯磯彰^ | 11100100101010001000100011101001100011111011001001011110 | e4a888e98fb25e |
EUC-JP | 茯磯彰^ | 11101000101010101011000011101011101111101011010001011110 | e8aab0ebbeb45e |
UTF-8 | 茯磯彰^ | 11101000100011001010111111100111101000111010111111100101101111011011000001011110 | e88cafe7a3afe5bdb05e |
UHC | 茯磯彰^ | 11011100110110101101000110110100111100111110000001011110 | dcdad1b4f3e05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)