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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 褫野賢B | 11100101111100111001011011101100100011001010101101000010 | e5f396ec8cab42 |
EUC-JP | 褫野賢B | 11101010111101011100110011101110101110001010110101000010 | eaf5cceeb8ad42 |
UTF-8 | 褫野賢B | 11101000101001001010101111101001100001111000111011101000101100111010001001000010 | e8a4abe9878ee8b3a242 |
UHC | ?野賢B | 001111111110010110101111111110101110011101000010 | 3fe5affae742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)