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 | 譽??倭?オ | 111001101010001100111111001111111001100001100000001111111000001101001001 | e6a33f3f98603f8349 |
EUC-JP | 譽??倭?オ | 111011001010010100111111001111111100111111000001001111111010010110101010 | eca53f3fcfc13fa5aa |
UTF-8 | 譽김퀕倭좂オ | 111010001010110110111101111010101011100110000000111011011000000010010101111001011000000010101101111011001010001010000010111000111000001010101010 | e8adbdeab980ed8095e580adeca282e382aa |
UHC | 譽김퀕倭좂オ | 111001111110001010110001111010001011001110001010111010001101111010100000111001111010101110101010 | e7e2b1e8b38ae8dea0e7abaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)