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 | 陟城豪譛 | 1110100010100000100011111110100110001101100010111110011010011100 | e8a08fe98d8be69c |
EUC-JP | 陟城豪譛 | 1111000010100010101111101110101110111001111010111110101111111100 | f0a2beebb9ebebfc |
UTF-8 | 陟城豪譛 | 111010011001100110011111111001011001111110001110111010001011000110101010111010001010110110011011 | e9999fe59f8ee8b1aae8ad9b |
UHC | 陟城豪? | 11110100101100111110000011110010111110111101111100111111 | f4b3e0f2fbdf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)