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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 顋冶崟蟯ォ陞 | 1110100011111001100101101110100010011011101111101110010110110010101010111110100010011110 | e8f996e89bbee5b2abe89e |
EUC-JP | 顋冶崟蟯ォ陞 | 111100001111101111001100111010101101011011000000111010101011010010001110101010111110111111111110 | f0fbccead6c0eab48eabeffe |
UTF-8 | 顋冶崟蟯ォ陞 | 111010011010000110001011111001011000011010110110111001011011010010011111111010001001111110101111111011111011110110101011111010011001100110011110 | e9a18be586b6e5b49fe89fafefbdabe9999e |
UHC | ?冶?蟯?陞 | 001111111110010110100111001111111110100110101000001111111110001110110011 | 3fe5a73fe9a83fe3b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)