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 | 澱篩?第 | 10010011011000101110001010111111001111111001000111100110 | 9362e2bf3f91e6 |
EUC-JP | 澱篩?第 | 11000101110000111110010011000001001111111100001011101000 | c5c3e4c13fc2e8 |
UTF-8 | 澱篩ㅈ第 | 111001101011111010110001111001111010111110101001111000111000010110001000111001111010110010101100 | e6beb1e7afa9e38588e7acac |
UHC | 澱篩ㅈ第 | 1110111011111110110111101110100010100100101110001111000010101111 | eefedee8a4b8f0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)