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 | ?〓?楡 | 001111111000000110101100001111111001111010111110 | 3f81ac3f9ebe |
EUC-JP | 濚〓?楡 | 1000111111001001101000011010001010101110001111111101110011000000 | 8fc9a1a2ae3fdcc0 |
UTF-8 | 濚〓븯楡 | 111001101011111110011010111000111000000010010011111010111011100010101111111001101010010110100001 | e6bf9ae38093ebb8afe6a5a1 |
UHC | 濚〓븯楡 | 1110011110111001101000011110101110010101100110001110101011111000 | e7b9a1eb9598eaf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)