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 | 雉ェ辣ョ葯溽 | 11101000101100111010101011100111100001011010111011100100110111101001111111100111 | e8b3aae785aee4de9fe7 |
EUC-JP | 雉ェ辣ョ葯溽 | 111100001011010110001110101010101110110111100101100011101010111011101000111000001101111011101001 | f0b58eaaede58eaee8e0dee9 |
UTF-8 | 雉ェ辣ョ葯溽 | 111010011001101110001001111011111011110110101010111010001011111010100011111011111011110110101110111010001001000110101111111001101011101010111101 | e99b89efbdaae8bea3efbdaee891afe6babd |
UHC | 雉?辣?葯? | 111101101100101100111111110101011011100000111111111001011011010100111111 | f6cb3fd5b83fe5b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)