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 | åV^ | 111001010101011010001101100010111000101001011110 | e5568d8b8a5e |
SJIS-WIN | ?V???^ | 001111110101011000111111001111110011111101011110 | 3f563f3f3f5e |
EUC-JP | åV???^ | 1000111110101011101010010101011000111111001111110011111101011110 | 8faba9563f3f3f5e |
UTF-8 | åV^ | 11000011101001010101011011000010100011011100001010001011110000101000101001011110 | c3a556c28dc28bc28a5e |
UHC | ?V???^ | 001111110101011000111111001111110011111101011110 | 3f563f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)