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 | 魚??倚э? | 100010111001101100111111001111111001100011011111100001001000111100111111 | 8b9b3f3f98df848f3f |
EUC-JP | 魚??倚э? | 101101011111101100111111001111111101000011100001101001111110111100111111 | b5fb3f3fd0e1a7ef3f |
UTF-8 | 魚낆럩倚э쭓 | 1110100110101101100110101110101110000010100001101110101110011111101010011110010110000000100110101101000110001101111011001010110110010011 | e9ad9aeb8286eb9fa9e5809ad18decad93 |
UHC | 魚낆럩倚э쭓 | 111001011110000010000101111011001000111010001100111010111110111110101100111011111010011110001011 | e5e085ec8e8cebefacefa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)