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 | 趙乗ア占 | 11100110111000101000111111100110101100011001000011101000 | e6e28fe6b190e8 |
EUC-JP | 趙乗ア占 | 1110110011100100101111101110100010001110101100011100000011101010 | ece4bee88eb1c0ea |
UTF-8 | 趙乗ア占 | 111010001011011010011001111001001011100110010111111011111011110110110001111001011000110110100000 | e8b699e4b997efbdb1e58da0 |
UHC | 趙??占 | 111100001110000100111111001111111110111110111111 | f0e13f3fefbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)