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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 脱孫速~ | 10010010010001011001000110110111100100011010110001111110 | 924591b791ac7e |
EUC-JP | 脱孫速~ | 11000011101001101100001010111001110000101010111001111110 | c3a6c2b9c2ae7e |
UTF-8 | 脱孫速~ | 11101000100001001011000111100101101011011010101111101001100000001001111101111110 | e884b1e5adabe9809f7e |
UHC | ?孫速~ | 001111111110000111011101111000011101110001111110 | 3fe1dde1dc7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)