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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鉦オユト^ | 100011111101111010110101110101011100010001011110 | 8fdeb5d5c45e |
EUC-JP | 鉦オユト^ | 101111101110000010001110101101011000111011010101100011101100010001011110 | bee08eb58ed58ec45e |
UTF-8 | 鉦オユト^ | 11101001100010011010011011101111101111011011010111101111101111101001010111101111101111101000010001011110 | e989a6efbdb5efbe95efbe845e |
UHC | 鉦???^ | 111011111111101000111111001111110011111101011110 | effa3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)