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 | ?捐? | 00111111100111010110111100111111 | 3f9d6f3f |
EUC-JP | ?捐? | 00111111110110011101000000111111 | 3fd9d03f |
UTF-8 | 쏡捐쐎 | 111011001000111110100001111001101000110110010000111011001001000010001110 | ec8fa1e68d90ec908e |
UHC | 쏡捐쐎 | 100111000100010011100110110010001001110001101111 | 9c44e6c89c6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)