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 | 衙惡? | 1110010111001001100111001010011000111111 | e5c99ca63f |
EUC-JP | 衙惡潚 | 11101010110010111101100010101000100011111100100011011010 | eacbd8a88fc8da |
UTF-8 | 衙惡潚 | 111010001010000110011001111001101000001110100001111001101011110110011010 | e8a199e683a1e6bd9a |
UHC | 衙惡潚 | 111001001011011111100100110000101110001011011000 | e4b7e4c2e2d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)