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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 隘м隘 | 111010001010010110000100011111011110100010100101 | e8a5847de8a5 |
EUC-JP | 隘м隘 | 111100001010011110100111110111101111000010100111 | f0a7a7def0a7 |
UTF-8 | 隘м隘 | 1110100110011010100110001101000010111100111010011001101010011000 | e99a98d0bce99a98 |
UHC | 隘м隘 | 111001001111011010101100110111101110010011110110 | e4f6acdee4f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)