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 | 將??? | 1001101110010010001111110011111100111111 | 9b923f3f3f |
EUC-JP | 將??琰 | 11010101111100100011111100111111100011111100110010110100 | d5f23f3f8fccb4 |
UTF-8 | 將앾풏琰 | 111001011011000010000111111011001001010110111110111011011001001010001111111001111001000010110000 | e5b087ec95beed928fe790b0 |
UHC | 將앾풏琰 | 1110110111100010100111011110111110111110100100111110011011111100 | ede29defbe93e6fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)