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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 弴蒔~ | 1111101010111000100011101010101001111110 | fab88eaa7e |
EUC-JP | 弴蒔~ | 100011111011110011101101101111001010110001111110 | 8fbcedbcac7e |
UTF-8 | 弴蒔~ | 11100101101111001011010011101000100100101001010001111110 | e5bcb4e892947e |
UHC | ?蒔~ | 00111111111000111100100001111110 | 3fe3c87e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)