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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 薨種衆膰 | 1110010101001001100011101110110110001111010011111110010001010111 | e5498eed8f4fe457 |
EUC-JP | 薨種衆膰 | 1110100110101010101111001110111110111101101100001110011110111000 | e9aabcefbdb0e7b8 |
UTF-8 | 薨種衆膰 | 111010001001011010101000111001111010100010101110111010001010000110000110111010001000011010110000 | e896a8e7a8aee8a186e886b0 |
UHC | 薨種衆? | 11111101101111001111000011111010111100011110101100111111 | fdbcf0faf1eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)