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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ?琬? | 0011111110001111110011001011000000111111 | 3f8fccb03f |
UTF-8 | 뷑琬됤 | 111010111011011110010001111001111001000010101100111010111001000010100100 | ebb791e790aceb90a4 |
UHC | 뷑琬됤 | 100101001111111011101000110011101000100111100010 | 94fee8ce89e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)