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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?┝? | 00111111100001001011101000111111 | 3f84ba3f |
EUC-JP | ?┝鈒 | 001111111010100010111100100011111110001111000010 | 3fa8bc8fe3c2 |
UTF-8 | 뤶┝鈒 | 111010111010010010110110111000101001010010011101111010011000100010010010 | eba4b6e2949de98892 |
UHC | 뤶┝鈒 | 100011111110010010100110101111001101111110111100 | 8fe4a6bcdfbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)