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 | 瀛?瀛?^ | 11100000011010010011111111100000011010010011111101011110 | e0693fe0693f5e |
EUC-JP | 瀛?瀛?^ | 11011111110010100011111111011111110010100011111101011110 | dfca3fdfca3f5e |
UTF-8 | 瀛묭瀛묭^ | 11100111100000001001101111101011101011001010110111100111100000001001101111101011101011001010110101011110 | e7809bebacade7809bebacad5e |
UHC | 瀛묭瀛묭^ | 111001111011101010010010010001001110011110111010100100100100010001011110 | e7ba9244e7ba92445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)