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 | 拙?紙?跡? | 100100001101100100111111100011101000011000111111100100001101010100111111 | 90d93f8e863f90d53f |
EUC-JP | 拙?紙?跡? | 110000001101101100111111101110111110011000111111110000001101011100111111 | c0db3fbbe63fc0d73f |
UTF-8 | 拙렊紙렒跡렔 | 111001101000101110011001111010111010000010001010111001111011010010011001111010111010000010010010111010001011011110100001111010111010000010010100 | e68b99eba08ae7b499eba092e8b7a1eba094 |
UHC | 拙렊紙렒跡렔 | 111100001111000010001110101000011111001010110101100011101010011111101110111001101000111010101001 | f0f08ea1f2b58ea7eee68ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)