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 | 碍??碍 | 100010100101011000111111001111111000101001010110 | 8a563f3f8a56 |
EUC-JP | 碍??碍 | 101100111011011100111111001111111011001110110111 | b3b73f3fb3b7 |
UTF-8 | 碍꾢ㄾ碍 | 111001111010001010001101111010101011111010100010111000111000010010111110111001111010001010001101 | e7a28deabea2e384bee7a28d |
UHC | 碍꾢ㄾ碍 | 1110010011110100100001001110010110100100101011101110010011110100 | e4f484e5a4aee4f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)