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 | 髴縄ケ削寸 | 111010011001110010010011111010101011100110001101111011011001000010100001 | e99c93eab98ded90a1 |
EUC-JP | 髴縄ケ削寸 | 11110001111111001100011011101100100011101011100110111010111011111100000010100011 | f1fcc6ec8eb9baefc0a3 |
UTF-8 | 髴縄ケ削寸 | 111010011010101110110100111001111011100010000100111011111011110110111001111001011000100110001010111001011010111110111000 | e9abb4e7b884efbdb9e5898ae5afb8 |
UHC | ???削寸 | 00111111001111110011111111011110111110111111010110111011 | 3f3f3fdefbf5bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)