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 | 谷騒浙辰存 | 10010010010010101001000110011011100111111011010010010010010000111001000110110110 | 924a919b9fb4924391b6 |
EUC-JP | 谷騒浙辰存 | 11000011101010111100000111111011110111101011011011000011101001001100001010111000 | c3abc1fbdeb6c3a4c2b8 |
UTF-8 | 谷騒浙辰存 | 111010001011000010110111111010011010100010010010111001101011010110011001111010001011111010110000111001011010110110011000 | e8b0b7e9a892e6b599e8beb0e5ad98 |
UHC | 谷?浙辰存 | 110011011101101100111111111011111011101011110010111000111111000011101101 | cddb3fefbaf2e3f0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)