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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譽??昻? | 11100110101000110011111100111111111110101101000000111111 | e6a33f3ffad03f |
EUC-JP | 譽???? | 111011001010010100111111001111110011111100111111 | eca53f3f3f3f |
UTF-8 | 譽됮긽昻앲 | 111010001010110110111101111010111001000010101110111010101011100010111101111001101001100010111011111011001001010110110010 | e8adbdeb90aeeab8bde698bbec95b2 |
UHC | 譽됮긽昻앲 | 11100111111000101000100111101001100000111000000111100100111010011001110111101000 | e7e289e98381e4e99de8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)