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 | 醯榻n泙 | 1110011111001111100111101100111010000010100011101001111110100010 | e7cf9ece828e9fa2 |
EUC-JP | 醯榻n泙 | 1110111011010001110111001101000010100011111011101101111010100100 | eed1dcd0a3eedea4 |
UTF-8 | 醯榻n泙 | 111010011000011010101111111001101010011010111011111011111011110110001110111001101011001110011001 | e986afe6a6bbefbd8ee6b399 |
UHC | 醯榻n? | 11111011101110001111011110110100101000111110111000111111 | fbb8f7b4a3ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)