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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??ユ? | 0011111100111111100000111000011000111111 | 3f3f83863f |
EUC-JP | ?鈒ユ? | 00111111100011111110001111000010101001011110011000111111 | 3f8fe3c2a5e63f |
UTF-8 | 뤵鈒ユ轢 | 111010111010010010110101111010011000100010010010111000111000001110100110111011111010011010001101 | eba4b5e98892e383a6efa68d |
UHC | 뤵鈒ユ轢 | 1000111111100011110111111011110010101011111001101110011010111100 | 8fe3dfbcabe6e6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)