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 | 萬??? | 1110010011011101001111110011111100111111 | e4dd3f3f3f |
EUC-JP | 萬??? | 1110100011011111001111110011111100111111 | e8df3f3f3f |
UTF-8 | 萬念롛렶 | 111010001001000010101100111011111010011010100011111010111010000110011011111010111010000010110110 | e890acefa6a3eba19beba0b6 |
UHC | 萬念롛렶 | 1101100010111111111001101111011010001110110111111000111011000001 | d8bfe6f68edf8ec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)