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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 巽速谷他] | 100100100100011010010001101011001001001001001010100100011011110001011101 | 924691ac924a91bc5d |
EUC-JP | 巽速谷他] | 110000111010011111000010101011101100001110101011110000101011111001011101 | c3a7c2aec3abc2be5d |
UTF-8 | 巽速谷他] | 11100101101101111011110111101001100000001001111111101000101100001011011111100100101110111001011001011101 | e5b7bde9809fe8b0b7e4bb965d |
UHC | 巽速谷他] | 111000011101111011100001110111001100110111011011111101101110001001011101 | e1dee1dccddbf6e25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)