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 | 谷坦村谷臓 | 10010010010010101001001001010010100100011011101010010010010010101001000110011111 | 924a925291ba924a919f |
EUC-JP | 谷坦村谷臓 | 11000011101010111100001110110011110000101011110011000011101010111100001010100001 | c3abc3b3c2bcc3abc2a1 |
UTF-8 | 谷坦村谷臓 | 111010001011000010110111111001011001110110100110111001101001110110010001111010001011000010110111111010001000011110010011 | e8b0b7e59da6e69d91e8b0b7e88793 |
UHC | 谷坦村谷? | 110011011101101111110111101001001111010110111101110011011101101100111111 | cddbf7a4f5bdcddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)