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 | 鈺?=榮? | 1111101111000100001111111000000110000001100111101100010000111111 | fbc43f81819ec43f |
EUC-JP | 鈺?=榮? | 100011111110001111010101001111111010000111100001110111001100011000111111 | 8fe3d53fa1e1dcc63f |
UTF-8 | 鈺썲=榮붻 | 111010011000100010111010111011001000110110110010111011111011110010011101111001101010011010101110111010111011011010111011 | e988baec8db2efbc9de6a6aeebb6bb |
UHC | 鈺썲=榮붻 | 11101000101011011011110111100101101000111011110111100111101101001001010011101000 | e8adbde5a3bde7b494e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)