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 | 擁??徇?? | 1001011101101001001111110011111110011100011011010011111100111111 | 97693f3f9c6d3f3f |
EUC-JP | 擁??徇?? | 1100110111001010001111110011111111010111110011100011111100111111 | cdca3f3fd7ce3f3f |
UTF-8 | 擁숁낄徇꾨젵 | 111001101001001110000001111011001000100010000001111010111000001010000100111001011011111010000111111010101011111010101000111011001010000010110101 | e69381ec8881eb8284e5be87eabea8eca0b5 |
UHC | 擁숁낄徇꾨젵 | 111010001011011010011001111001101011001110100101111000101101111110000100111010111010000010101001 | e8b699e6b3a5e2df84eba0a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)