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 | 碍??? | 1000101001010110001111110011111100111111 | 8a563f3f3f |
EUC-JP | 碍??? | 1011001110110111001111110011111100111111 | b3b73f3f3f |
UTF-8 | 碍꾣누掠 | 111001111010001010001101111010101011111010100011111010111000100010000100111011111010010110110101 | e7a28deabea3eb8884efa5b5 |
UHC | 碍꾣누掠 | 1110010011110100100001001110011010110100101010011110010110110001 | e4f484e6b4a9e5b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)