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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 碩垂碩垂^ | 100100001101011110010000100000101001000011010111100100001000001001011110 | 90d7908290d790825e |
EUC-JP | 碩垂碩垂^ | 110000001101100110111111111000101100000011011001101111111110001001011110 | c0d9bfe2c0d9bfe25e |
UTF-8 | 碩垂碩垂^ | 11100111101000101010100111100101100111101000001011100111101000101010100111100101100111101000001001011110 | e7a2a9e59e82e7a2a9e59e825e |
UHC | 碩垂碩垂^ | 111000001011010111100001111101111110000010110101111000011111011101011110 | e0b5e1f7e0b5e1f75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)