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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???孃? | 001111110011111100111111100110110110111100111111 | 3f3f3f9b6f3f |
EUC-JP | ???孃? | 001111110011111100111111110101011101000000111111 | 3f3f3fd5d03f |
UTF-8 | 筽듿똻孃닻 | 111001111010110110111101111010111001001110111111111010111001100010111011111001011010110110000011111010111000101110111011 | e7adbdeb93bfeb98bbe5ad83eb8bbb |
UHC | 筽듿똻孃닻 | 11101000101001001000101011100101100011001000000111100101101111101011010011101001 | e8a48ae58c81e5beb4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)