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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????雰 | 00111111001111110011111100111111001111111001010110110101 | 3f3f3f3f3f95b5 |
EUC-JP | ?????雰 | 00111111001111110011111100111111001111111100101010110111 | 3f3f3f3f3fcab7 |
UTF-8 | 뤗횓㏐퀚죴雰 | 111010111010010010010111111011011001101010010011111000111000111110010000111011011000000010011010111011001010001110110100111010011001101110110000 | eba497ed9a93e38f90ed809aeca3b4e99bb0 |
UHC | 뤗횓㏐퀚죴雰 | 100011111100011111000011100011101010011111101010101100111000111010100001100011111101110111010100 | 8fc7c38ea7eab38ea18fddd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)