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 | 蜒頑・比サ | 1110010110000011100010101110011010100101100101001110010010111011 | e5838ae6a594e4bb |
EUC-JP | 蜒頑・比サ | 11101001111000111011010011101000100011101010010111001000111001101000111010111011 | e9e3b4e88ea5c8e68ebb |
UTF-8 | 蜒頑・比サ | 111010001001110010010010111010011010000010010001111011111011110110100101111001101010111110010100111011111011110110111011 | e89c92e9a091efbda5e6af94efbdbb |
UHC | ?頑?比? | 00111111111010001101011100111111110111011110111100111111 | 3fe8d73fddef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)