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 | ?蕣?鋼 | 001111111110010011111010001111111000110101111100 | 3fe4fa3f8d7c |
EUC-JP | ?蕣?鋼 | 001111111110100011111100001111111011100111011101 | 3fe8fc3fb9dd |
UTF-8 | 롒蕣뤗鋼 | 111010111010000110010010111010001001010110100011111010111010010010010111111010011000101110111100 | eba192e895a3eba497e98bbc |
UHC | 롒蕣뤗鋼 | 1000111011010111111000101111001010001111110001111100101110111100 | 8ed7e2f28fc7cbbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)