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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蚓???莪將 | 111001010110110100111111001111110011111111100100101011101001101110010010 | e56d3f3f3fe4ae9b92 |
EUC-JP | 蚓???莪將 | 111010011100111000111111001111110011111111101000101100001101010111110010 | e9ce3f3f3fe8b0d5f2 |
UTF-8 | 蚓쇳렖겻莪將 | 111010001001101010010011111011001000011110110011111010111010000010010110111010101011001010111011111010001000111010101010111001011011000010000111 | e89a93ec87b3eba096eab2bbe88eaae5b087 |
UHC | 蚓쇳렖겻莪將 | 111011001110001010111100111011011000111010101011101100001110010011100100101101011110110111100010 | ece2bced8eabb0e4e4b5ede2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)