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 | ?東槽? | 001111111001001110001100100100011000010100111111 | 3f938c91853f |
EUC-JP | ?東槽? | 001111111100010111101100110000011110010100111111 | 3fc5ecc1e53f |
UTF-8 | 뤯東槽理 | 111010111010010010101111111001101001110110110001111001101010011110111101111011111010011110100100 | eba4afe69db1e6a7bdefa7a4 |
UHC | 뤯東槽理 | 1000111111011101110101001101010011110000110010111110110010110101 | 8fddd4d4f0cbecb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)