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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?消??消?^ | 001111111000111111000001001111110011111110001111110000010011111101011110 | 3f8fc13f3f8fc13f5e |
EUC-JP | ?消??消?^ | 001111111011111011000011001111110011111110111110110000110011111101011110 | 3fbec33f3fbec33f5e |
UTF-8 | 뤵消촍뤵消촍^ | 11101011101001001011010111100110101101101000100011101100101101001000110111101011101001001011010111100110101101101000100011101100101101001000110101011110 | eba4b5e6b688ecb48deba4b5e6b688ecb48d5e |
UHC | 뤵消촍뤵消촍^ | 10001111111000111110000110111100101011000100110010001111111000111110000110111100101011000100110001011110 | 8fe3e1bcac4c8fe3e1bcac4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)