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 | ??±? | 00111111001111111011000100111111 | 3f3fb13f |
SJIS-WIN | 潁?±? | 100111111111000100111111100000010111110100111111 | 9ff13f817d3f |
EUC-JP | 潁?±瀣 | 1101111011110011001111111010000111011110100011111100100110110001 | def33fa1de8fc9b1 |
UTF-8 | 潁딆±瀣 | 1110011010111101100000011110101110010100100001101100001010110001111001111000000010100011 | e6bd81eb9486c2b1e780a3 |
UHC | 潁딆±瀣 | 1110011110111000100010101110110010100001101111101111101010101110 | e7b88aeca1befaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)