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 | 潁????? | 10011111111100010011111100111111001111110011111100111111 | 9ff13f3f3f3f3f |
EUC-JP | 潁????? | 11011110111100110011111100111111001111110011111100111111 | def33f3f3f3f3f |
UTF-8 | 潁욃낡溜㏐낍 | 111001101011110110000001111011001001101010000011111010111000001010100001111011111010011110001011111000111000111110010000111010111000001010001101 | e6bd81ec9a83eb82a1efa78be38f90eb828d |
UHC | 潁욃낡溜㏐낍 | 111001111011100010011110111001011011001110110000111010101111111010100111111010101011001110100111 | e7b89ee5b3b0eafea7eab3a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)