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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ??林?^ | 001111110011111110010111110100010011111101011110 | 3f3f97d13f5e |
EUC-JP | ??林?^ | 001111110011111111001110110100110011111101011110 | 3f3fced33f5e |
UTF-8 | 쌕뇹林듸^ | 11101100100011001001010111101011100001111011100111100110100111101001011111101011100100111011100001011110 | ec8c95eb87b9e69e97eb93b85e |
UHC | 쌕뇹林듸^ | 101111011101100110110100101001101101011111111001101101011110111101011110 | bdd9b4a6d7f9b5ef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)