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 | 移?蟻?抑? | 100010001101101000111111100010110110000100111111100101110111110100111111 | 88da3f8b613f977d3f |
EUC-JP | 移?蟻?抑? | 101100001101110000111111101101011100001000111111110011011101111000111111 | b0dc3fb5c23fcdde3f |
UTF-8 | 移렓蟻렒抑렠 | 111001111010011110111011111010111010000010010011111010001001111110111011111010111010000010010010111001101000101010010001111010111010000010100000 | e7a7bbeba093e89fbbeba092e68a91eba0a0 |
UHC | 移렓蟻렒抑렠 | 111011001011100110001110101010001110101111111100100011101010011111100101111001001000111010110001 | ecb98ea8ebfc8ea7e5e48eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)