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 | 專?┤唯 | 10011011100100110011111110000100101001111001011101000010 | 9b933f84a79742 |
EUC-JP | 專?┤唯 | 11010101111100110011111110101000101010011100110110100011 | d5f33fa8a9cda3 |
UTF-8 | 專닷┤唯 | 111001011011000010001000111010111000101110110111111000101001010010100100111001011001010010101111 | e5b088eb8bb7e294a4e594af |
UHC | 專닷┤唯 | 1110111011110110101101001110010110100110101010011110101011100110 | eef6b4e5a6a9eae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)