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 | 棚淡丹続 | 1001001001001001100100100101011110010010010011111001000110110001 | 92499257924f91b1 |
EUC-JP | 棚淡丹続 | 1100001110101010110000111011100011000011101100001100001010110011 | c3aac3b8c3b0c2b3 |
UTF-8 | 棚淡丹続 | 111001101010001110011010111001101011011110100001111001001011100010111001111001111011011010011010 | e6a39ae6b7a1e4b8b9e7b69a |
UHC | 棚淡丹? | 11011101110111001101001110111111110100111010000100111111 | dddcd3bfd3a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)