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 | ???d???z] | 001111110011111100111111011001000011111100111111001111110111101001011101 | 3f3f3f643f3f3f7a5d |
SJIS-WIN | ???d???z] | 001111110011111100111111011001000011111100111111001111110111101001011101 | 3f3f3f643f3f3f7a5d |
EUC-JP | ???d???z] | 001111110011111100111111011001000011111100111111001111110111101001011101 | 3f3f3f643f3f3f7a5d |
UTF-8 | 淋꾩㎖d淋꾩쭡z] | 111011111010011110110101111010101011111010101001111000111000111010010110011001001110111110100111101101011110101010111110101010011110110010101101101000010111101001011101 | efa7b5eabea9e38e9664efa7b5eabea9ecada17a5d |
UHC | 淋꾩㎖d淋꾩쭡z] | 111011001111100010000100111011001010011110100010011001001110110011111000100001001110110010100111100101100111101001011101 | ecf884eca7a264ecf884eca7967a5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)