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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??于替窩 | 0011111100111111100110001011000010010001110101101110001001111100 | 3f3f98b091d6e27c |
EUC-JP | ??于替窩 | 0011111100111111110100001011001011000010110110001110001111011101 | 3f3fd0b2c2d8e3dd |
UTF-8 | 뤈黃于替窩 | 111010111010010010001000111010011011101110000011111001001011101010001110111001101001101110111111111001111010101010101001 | eba488e9bb83e4ba8ee69bbfe7aaa9 |
UHC | 뤈黃于替窩 | 10001111101110001111110011011100111010011100110111110100111100001110100011000000 | 8fb8fcdce9cdf4f0e8c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)