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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顋冶崟蟯ォ | 111010001111100110010110111010001001101110111110111001011011001010101011 | e8f996e89bbee5b2ab |
EUC-JP | 顋冶崟蟯ォ | 11110000111110111100110011101010110101101100000011101010101101001000111010101011 | f0fbccead6c0eab48eab |
UTF-8 | 顋冶崟蟯ォ | 111010011010000110001011111001011000011010110110111001011011010010011111111010001001111110101111111011111011110110101011 | e9a18be586b6e5b49fe89fafefbdab |
UHC | ?冶?蟯? | 00111111111001011010011100111111111010011010100000111111 | 3fe5a73fe9a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)