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 | 谷族臓坦単 | 10010010010010101001000110110000100100011001111110010010010100101001001001010000 | 924a91b0919f92529250 |
EUC-JP | 谷族臓坦単 | 11000011101010111100001010110010110000101010000111000011101100111100001110110001 | c3abc2b2c2a1c3b3c3b1 |
UTF-8 | 谷族臓坦単 | 111010001011000010110111111001101001011110001111111010001000011110010011111001011001110110100110111001011000110110011000 | e8b0b7e6978fe88793e59da6e58d98 |
UHC | 谷族?坦? | 1100110111011011111100001110100100111111111101111010010000111111 | cddbf0e93ff7a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)