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 | 霍梧愕粨 | 1110100010110111100011001110011010011100101100011110001011101000 | e8b78ce69cb1e2e8 |
EUC-JP | 霍梧愕粨 | 1111000010111001101110001110100011011000101100111110010011101010 | f0b9b8e8d8b3e4ea |
UTF-8 | 霍梧愕粨 | 111010011001110010001101111001101010001010100111111001101000010010010101111001111011001010101000 | e99c8de6a2a7e68495e7b2a8 |
UHC | ?梧愕? | 001111111110011111111100111001001100001100111111 | 3fe7fce4c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)