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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 隰晞エォB | 11101000101011001001110111101001101101001010101101000010 | e8ac9de9b4ab42 |
EUC-JP | 隰晞エォB | 111100001010111011011010111010111000111010110100100011101010101101000010 | f0aedaeb8eb48eab42 |
UTF-8 | 隰晞エォB | 11101001100110101011000011100110100110011001111011101111101111011011010011101111101111011010101101000010 | e99ab0e6999eefbdb4efbdab42 |
UHC | ?晞??B | 001111111111110111110101001111110011111101000010 | 3ffdf53f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)