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 | 怐哭獺顫 | 1001110010000001100110100100110011100000110110101110100011111010 | 9c819a4ce0dae8fa |
EUC-JP | 怐哭獺顫 | 1101011111100001110100111010110111100000110111001111000011111100 | d7e1d3ade0dcf0fc |
UTF-8 | 怐哭獺顫 | 111001101000000010010000111001011001001110101101111001111000110110111010111010011010000110101011 | e68090e593ade78dbae9a1ab |
UHC | ?哭獺顫 | 00111111110011011101011011010011101101111110111110110101 | 3fcdd6d3b7efb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)