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 | 谷丹叩蔵 | 1001001001001010100100100100111110010010010000001001000110100000 | 924a924f924091a0 |
EUC-JP | 谷丹叩蔵 | 1100001110101011110000111011000011000011101000011100001010100010 | c3abc3b0c3a1c2a2 |
UTF-8 | 谷丹叩蔵 | 111010001011000010110111111001001011100010111001111001011000111110101001111010001001010010110101 | e8b0b7e4b8b9e58fa9e894b5 |
UHC | 谷丹叩? | 11001101110110111101001110100001110011011011000000111111 | cddbd3a1cdb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)