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 | 醍?舞^ | 100100011110011100111111100101011001000101011110 | 91e73f95915e |
EUC-JP | 醍?舞^ | 110000101110100100111111110010011111000101011110 | c2e93fc9f15e |
UTF-8 | 醍닺舞^ | 11101001100001101000110111101011100010111011101011101000100010001001111001011110 | e9868deb8bbae8889e5e |
UHC | 醍닺舞^ | 11110000101101011011010011101000110110011111000101011110 | f0b5b4e8d9f15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)