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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 奪速属谷存 | 10010010010001001001000110101100100100011010111010010010010010101001000110110110 | 924491ac91ae924a91b6 |
EUC-JP | 奪速属谷存 | 11000011101001011100001010101110110000101011000011000011101010111100001010111000 | c3a5c2aec2b0c3abc2b8 |
UTF-8 | 奪速属谷存 | 111001011010010110101010111010011000000010011111111001011011000110011110111010001011000010110111111001011010110110011000 | e5a5aae9809fe5b19ee8b0b7e5ad98 |
UHC | 奪速?谷存 | 111101111010110011100001110111000011111111001101110110111111000011101101 | f7ace1dc3fcddbf0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)